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.
Specifies the kind of action for a BrowserAction.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration BrowserActionType
public enum BrowserActionType
public enum class BrowserActionType
type BrowserActionType
public enum BrowserActionType
Members
Member name | Description | |
---|---|---|
Back | The browser moves back one page. | |
Forward | The browser moves forward one page. | |
Refresh | The browser refreshes the page. | |
Stop | The browser stops the current operation. |