Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |