BrowserFactory.Locate Method
Include Protected Members
Include Inherited Members
Finds the browser and returns a browser service object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
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. |
Top