BrowserActionType Enumeration
The actions supported by BrowserAction
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public enum BrowserActionType
public enum class BrowserActionType
type BrowserActionType
Public Enumeration BrowserActionType
Members
Member name | Description | |
---|---|---|
Back | ||
Close | close the browser. |
|
ExecuteScript | ||
Forward | ||
Refresh | ||
Stop |
Remarks
No content here will be updated; please do not add material here.
See Also
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top