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.

BrowserHelper Class

 

Provides a base class for browser helper methods.

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::BrowserHelper

public ref class BrowserHelper abstract 

NameDescription
System_CAPS_protmethodBrowserHelper()

Initializes a new instance of the BrowserHelper class.

NameDescription
System_CAPS_pubpropertyAllowPopups

Gets or sets a value that indicates whether the browser is to enable pop-up windows.

System_CAPS_pubpropertyHomepage

Gets the uniform resource identifier (URI) for the home page of the browser.

NameDescription
System_CAPS_pubmethodClearCache()

Clears the cache of the browser.

System_CAPS_pubmethodClearCookies()

Clears the cookies of the browser.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBrowserButtonType(UITechnologyElement^)

Returns the button type for the provided user interface technology element.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPageTitle(String^)

Returns the page title for the given window title.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUrlFromBrowserDocumentWindow(UITechnologyElement^)

Returns the URI for the current page in the browser document window.

System_CAPS_pubmethodIsBrowserDocumentWindow(IntPtr)

Determines whether the provided window handle refers to the browser document window.

System_CAPS_pubmethodIsBrowserDocumentWindow(UITechnologyElement^)

Determines whether the provided element is the browser document window.

System_CAPS_pubmethodIsBrowserProcess(Process^)

Determines whether the provided process is an instance of the browser.

System_CAPS_pubmethodIsBrowserWindow(String^)

Determines whether the specified class represents a Web browser window.

System_CAPS_pubmethodIsBrowserWindow(UITechnologyElement^)

Determines whether the provided element is a browser window.

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: