Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |