BrowserActionType Enumeration
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. | |
Close | ||
Forward | The browser moves forward one page. | |
Refresh | The browser refreshes the page. | |
Stop | The browser stops the current operation. |