BrowserHelper Class
Provides a base class for browser helper methods.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | BrowserHelper() | Initializes a new instance of the BrowserHelper class. |
| Name | Description | |
|---|---|---|
![]() | AllowPopups | Gets or sets a value that indicates whether the browser is to enable pop-up windows. |
![]() | Homepage | Gets the uniform resource identifier (URI) for the home page of the browser. |
| Name | Description | |
|---|---|---|
![]() | ClearCache() | Clears the cache of the browser. |
![]() | ClearCookies() | Clears the cookies of the browser. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBrowserButtonType(UITechnologyElement^) | Returns the button type for the provided user interface technology element. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPageTitle(String^) | Returns the page title for the given window title. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrlFromBrowserDocumentWindow(UITechnologyElement^) | Returns the URI for the current page in the browser document window. |
![]() | IsBrowserDocumentWindow(IntPtr) | Determines whether the provided window handle refers to the browser document window. |
![]() | IsBrowserDocumentWindow(UITechnologyElement^) | Determines whether the provided element is the browser document window. |
![]() | IsBrowserProcess(Process^) | Determines whether the provided process is an instance of the browser. |
![]() | IsBrowserWindow(String^) | Determines whether the specified class represents a Web browser window. |
![]() | IsBrowserWindow(UITechnologyElement^) | Determines whether the provided element is a browser window. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


