BrowserFactory Methods

Include Protected Members
Include Inherited Members

The BrowserFactory type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetBrowserHelper Returns a browser helper for the browsers that this factory supports.
Public method GetBrowserSupportLevel Returns the numerical support level for the specified browser.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Launch() Launches the browser and returns a browser service object.
Public method Launch(array<String[]) Launches the browser by using the provided arguments and returns a browser service object.
Public method Launch(Uri) Launches the browser by using the provided uniform resource identifier (URI) and returns a browser service object.
Public method Locate(IntPtr) Finds the browser that is identified by the provided window handle and returns a browser service object.
Public method Locate(PropertyExpressionCollection, PropertyExpressionCollection) Finds the browser by using the provided search properties and filter properties.
Public method LocateAll Finds all browsers that match the provided search properties and filter properties, and returns an array of browser service objects for those browsers.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

BrowserFactory Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace