Class DriverCommand
Values describing the list of commands understood by a remote server using the JSON wire protocol.
public static class DriverCommand
- Inheritance
-
DriverCommand
- Inherited Members
Fields
AcceptAlert
Represents the AcceptAlert command
public static readonly string AcceptAlert
Field Value
Actions
Represents the Actions command.
public static readonly string Actions
Field Value
AddCookie
Represents adding a cookie command
public static readonly string AddCookie
Field Value
ClearElement
Represents ClearElement command
public static readonly string ClearElement
Field Value
ClickElement
Represents ClickElement command
public static readonly string ClickElement
Field Value
Close
Represents a Browser close command
public static readonly string Close
Field Value
DefineDriverMapping
Represents the Define Driver Mapping command
public static readonly string DefineDriverMapping
Field Value
DeleteAllCookies
Represents Deleting all cookies command
public static readonly string DeleteAllCookies
Field Value
DeleteCookie
Represents deleting a cookie command
public static readonly string DeleteCookie
Field Value
DescribeElement
Describes an element
public static readonly string DescribeElement
Field Value
DismissAlert
Represents the DismissAlert command
public static readonly string DismissAlert
Field Value
ElementEquals
Represents ElementEquals command
public static readonly string ElementEquals
Field Value
ElementScreenshot
Represents the ElementScreenshot command
public static readonly string ElementScreenshot
Field Value
ExecuteAsyncScript
Represents ExecuteAsyncScript command
public static readonly string ExecuteAsyncScript
Field Value
ExecuteScript
Represents ExecuteScript command
public static readonly string ExecuteScript
Field Value
FindChildElement
Represents FindChildElement command
public static readonly string FindChildElement
Field Value
FindChildElements
Represents FindChildElements command
public static readonly string FindChildElements
Field Value
FindElement
Represents FindElement command
public static readonly string FindElement
Field Value
FindElements
Represents FindElements command
public static readonly string FindElements
Field Value
FullScreenWindow
Represents FullScreenWindow command
public static readonly string FullScreenWindow
Field Value
Get
Represents a GET command
public static readonly string Get
Field Value
GetActiveElement
Represents GetActiveElement command
public static readonly string GetActiveElement
Field Value
GetAlertText
Represents the GetAlertText command
public static readonly string GetAlertText
Field Value
GetAllCookies
Represents getting all cookies command
public static readonly string GetAllCookies
Field Value
GetCookie
Represents getting cookie command
public static readonly string GetCookie
Field Value
GetCurrentUrl
Represents GetCurrentUrl command
public static readonly string GetCurrentUrl
Field Value
GetCurrentWindowHandle
Represents GetCurrentWindowHandle command
public static readonly string GetCurrentWindowHandle
Field Value
GetElementAttribute
Represents GetElementAttribute command
public static readonly string GetElementAttribute
Field Value
GetElementLocation
Represents GetElementLocation command
public static readonly string GetElementLocation
Field Value
GetElementLocationOnceScrolledIntoView
Represents GetElementLocationOnceScrolledIntoView command
public static readonly string GetElementLocationOnceScrolledIntoView
Field Value
GetElementProperty
Represents GetElementProperty command
public static readonly string GetElementProperty
Field Value
GetElementRect
Represents GetElementRect command
public static readonly string GetElementRect
Field Value
GetElementSize
Represents GetElementSize command
public static readonly string GetElementSize
Field Value
GetElementTagName
Represents GetElementTagName command
public static readonly string GetElementTagName
Field Value
GetElementText
Represents GetElementText command
public static readonly string GetElementText
Field Value
GetElementValueOfCssProperty
Represents GetElementValueOfCSSProperty command
public static readonly string GetElementValueOfCssProperty
Field Value
GetOrientation
Represents GetOrientation command
public static readonly string GetOrientation
Field Value
GetPageSource
Represents GetPageSource command
public static readonly string GetPageSource
Field Value
GetSessionCapabilities
Represents the Get Session Capabilities command
public static readonly string GetSessionCapabilities
Field Value
GetSessionList
Represents the Get Session List command
public static readonly string GetSessionList
Field Value
GetTitle
Represents GetTitle command
public static readonly string GetTitle
Field Value
GetWindowHandles
Represents GetWindowHandles command
public static readonly string GetWindowHandles
Field Value
GetWindowPosition
Represents GetWindowPosition command
public static readonly string GetWindowPosition
Field Value
GetWindowSize
Represents GetWindowSize command
public static readonly string GetWindowSize
Field Value
GoBack
Represents a Browser going back command
public static readonly string GoBack
Field Value
GoForward
Represents a Browser going forward command
public static readonly string GoForward
Field Value
ImplicitlyWait
Represents the ImplicitlyWait command
public static readonly string ImplicitlyWait
Field Value
IsElementDisplayed
Represents IsElementDisplayed command
public static readonly string IsElementDisplayed
Field Value
IsElementEnabled
Represents IsElementEnabled command
public static readonly string IsElementEnabled
Field Value
IsElementSelected
Represents IsElementSelected command
public static readonly string IsElementSelected
Field Value
MaximizeWindow
Represents MaximizeWindow command
public static readonly string MaximizeWindow
Field Value
MouseClick
Represents the MouseClick command.
public static readonly string MouseClick
Field Value
MouseDoubleClick
Represents the MouseDoubleClick command.
public static readonly string MouseDoubleClick
Field Value
MouseDown
Represents the MouseDown command.
public static readonly string MouseDown
Field Value
MouseMoveTo
Represents the MouseMoveTo command.
public static readonly string MouseMoveTo
Field Value
MouseUp
Represents the MouseUp command.
public static readonly string MouseUp
Field Value
NewSession
Represents a New Session command
public static readonly string NewSession
Field Value
Quit
Represents a browser quit command
public static readonly string Quit
Field Value
Refresh
Represents a Browser refreshing command
public static readonly string Refresh
Field Value
Screenshot
Represents Screenshot command
public static readonly string Screenshot
Field Value
SendKeysToActiveElement
Represents the SendKeysToActiveElement command.
public static readonly string SendKeysToActiveElement
Field Value
SendKeysToElement
Represents SendKeysToElements command
public static readonly string SendKeysToElement
Field Value
SetAlertCredentials
Represents the Authenticate command
public static readonly string SetAlertCredentials
Field Value
SetAlertValue
Represents the SetAlertValue command
public static readonly string SetAlertValue
Field Value
SetAsyncScriptTimeout
Represents the SetAsyncScriptTimeout command
public static readonly string SetAsyncScriptTimeout
Field Value
SetOrientation
Represents SetOrientation command
public static readonly string SetOrientation
Field Value
SetTimeout
Represents the SetTimeout command
public static readonly string SetTimeout
Field Value
SetWindowPosition
Represents SetWindowPosition command
public static readonly string SetWindowPosition
Field Value
SetWindowSize
Represents SetWindowSize command
public static readonly string SetWindowSize
Field Value
Status
Represents the Status command.
public static readonly string Status
Field Value
SubmitElement
Represents SubmitElement command
public static readonly string SubmitElement
Field Value
SwitchToFrame
Represents SwitchToFrame command
public static readonly string SwitchToFrame
Field Value
SwitchToParentFrame
Represents SwitchToParentFrame command
public static readonly string SwitchToParentFrame
Field Value
SwitchToWindow
Represents SwitchToWindow command
public static readonly string SwitchToWindow
Field Value
TapElement
Represents TapElement command
public static readonly string TapElement
Field Value
TouchDoubleTap
Represents the TouchDoubleTap command.
public static readonly string TouchDoubleTap
Field Value
TouchFlick
Represents the TouchFlick command.
public static readonly string TouchFlick
Field Value
TouchLongPress
Represents the TouchLongPress command.
public static readonly string TouchLongPress
Field Value
TouchMove
Represents the TouchMove command.
public static readonly string TouchMove
Field Value
TouchPress
Represents the TouchPress command.
public static readonly string TouchPress
Field Value
TouchRelease
Represents the TouchRelease command.
public static readonly string TouchRelease
Field Value
TouchScroll
Represents the TouchScroll command.
public static readonly string TouchScroll
Field Value
TouchSingleTap
Represents the TouchSingleTap command.
public static readonly string TouchSingleTap
Field Value
UploadFile
Represents the UploadFile command.
public static readonly string UploadFile