BrowserHelper.GetBrowserButtonType(UITechnologyElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the button type for the provided user interface technology element.
public:
abstract Microsoft::VisualStudio::TestTools::UITest::Extension::BrowserButtonType GetBrowserButtonType(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyElement ^ element);
public abstract Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserButtonType GetBrowserButtonType (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement element);
abstract member GetBrowserButtonType : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement -> Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserButtonType
Public MustOverride Function GetBrowserButtonType (element As UITechnologyElement) As BrowserButtonType
Parameters
- element
- UITechnologyElement
A UITechnologyElement object.
Returns
The button type for the provided element.