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::GetBrowserButtonType Method (UITechnologyElement^)
Returns the button type for the provided user interface technology element.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: virtual BrowserButtonType GetBrowserButtonType( UITechnologyElement^ element ) abstract
Parameters
- element
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyElement^
A UITechnologyElement object.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::BrowserButtonTypeThe button type for the provided element.
Show: