Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 | |
|---|---|---|
| Back | Indicates the Back button of the browser. | |
| Close | ||
| Forward | Indicates the Forward button of the browser. | |
| None | Indicates that the button is not a browser button. | |
| Refresh | Indicates the Refresh button. | |
| Stop | Indicates the Stop button. |