GetAllOpenBrowsers Method
Returns a collection of all open IBrowser that matches the BrowserDescription.
Remarks
The BrowserDescription is used only when attaching to the browser so transient properties like BrowserDescription.Url and BrowserDescription.Title can be used.

C# Syntax

public static IBrowser[] GetAllOpenBrowsers( 
   BrowserDescription description
)

Parameters

description
BrowserDescription to filter the opened tabs against.

Return Value

A collection of IBrowser objects that are open and match the description.