Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BrowserFactory Class

 

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

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

System::Object
  Microsoft.VisualStudio.TestTools.UITest.Extension::BrowserFactory

public ref class BrowserFactory abstract 

NameDescription
System_CAPS_protmethodBrowserFactory()

Initializes a new instance of the BrowserFactory class.

NameDescription
System_CAPS_pubpropertyName

Gets the name of this browser factory.

System_CAPS_pubpropertySupportedVersions

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

System_CAPS_pubpropertyTechnologyManagerTypeName

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBrowserHelper()

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

System_CAPS_pubmethodGetBrowserSupportLevel(String^)

Returns the numerical support level for the specified browser.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLaunch()

Launches the browser and returns a browser service object.

System_CAPS_pubmethodLaunch(array<String^>^)

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

System_CAPS_pubmethodLaunch(Uri^)

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

System_CAPS_pubmethodLocate(IntPtr)

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

System_CAPS_pubmethodLocate(PropertyExpressionCollection^, PropertyExpressionCollection^)

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

System_CAPS_pubmethodLocateAll(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.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: