BrowserFactory Class

Definition

Provides a base class for browser factories that create BrowserService objects for specific browsers.

public ref class BrowserFactory abstract
public abstract class BrowserFactory
type BrowserFactory = class
Public MustInherit Class BrowserFactory
Inheritance
BrowserFactory

Constructors

BrowserFactory()

Initializes a new instance of the BrowserFactory class.

Properties

Name

Gets the name of this browser factory.

SupportedVersions

Gets a list of browser versions that are supported by this browser factory.

TechnologyManagerTypeName

Gets the type name for the user interface technology manager to use for this browser factory.

Methods

GetBrowserHelper()

Returns a browser helper for the browsers that this factory supports.

GetBrowserSupportLevel(String)

Returns the numerical support level for the specified browser.

Launch()

Launches the browser and returns a browser service object.

Launch(String[])

Launches the browser by using the provided arguments and returns a browser service object.

Launch(Uri)

Launches the browser by using the provided uniform resource identifier (URI) and returns a browser service object.

Locate(IntPtr)

Finds the browser that is identified by the provided window handle and returns a browser service object.

Locate(PropertyExpressionCollection, PropertyExpressionCollection)

Finds the browser by using the provided search properties and filter properties.

LocateAll(PropertyExpressionCollection, PropertyExpressionCollection)

Finds all browsers that match the provided search properties and filter properties, and returns an array of browser service objects for those browsers.

Applies to