BrowserButtonType Enumeration

Indicates the types of browser button.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Enumeration BrowserButtonType
public enum BrowserButtonType
public enum class BrowserButtonType
type BrowserButtonType
public enum BrowserButtonType

Members

Member name Description
None Indicates that the button is not a browser button.
Back Indicates the Back button of the browser.
Forward Indicates the Forward button of the browser.
Refresh Indicates the Refresh button.
Stop Indicates the Stop button.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace