Table of Contents

Class DriverCommand

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

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

string

Actions

Represents the Actions command.

public static readonly string Actions

Field Value

string

AddCookie

Represents adding a cookie command

public static readonly string AddCookie

Field Value

string

ClearElement

Represents ClearElement command

public static readonly string ClearElement

Field Value

string

ClickElement

Represents ClickElement command

public static readonly string ClickElement

Field Value

string

Close

Represents a Browser close command

public static readonly string Close

Field Value

string

DefineDriverMapping

Represents the Define Driver Mapping command

public static readonly string DefineDriverMapping

Field Value

string

DeleteAllCookies

Represents Deleting all cookies command

public static readonly string DeleteAllCookies

Field Value

string

DeleteCookie

Represents deleting a cookie command

public static readonly string DeleteCookie

Field Value

string

DescribeElement

Describes an element

public static readonly string DescribeElement

Field Value

string

DismissAlert

Represents the DismissAlert command

public static readonly string DismissAlert

Field Value

string

ElementEquals

Represents ElementEquals command

public static readonly string ElementEquals

Field Value

string

ElementScreenshot

Represents the ElementScreenshot command

public static readonly string ElementScreenshot

Field Value

string

ExecuteAsyncScript

Represents ExecuteAsyncScript command

public static readonly string ExecuteAsyncScript

Field Value

string

ExecuteScript

Represents ExecuteScript command

public static readonly string ExecuteScript

Field Value

string

FindChildElement

Represents FindChildElement command

public static readonly string FindChildElement

Field Value

string

FindChildElements

Represents FindChildElements command

public static readonly string FindChildElements

Field Value

string

FindElement

Represents FindElement command

public static readonly string FindElement

Field Value

string

FindElements

Represents FindElements command

public static readonly string FindElements

Field Value

string

FullScreenWindow

Represents FullScreenWindow command

public static readonly string FullScreenWindow

Field Value

string

Get

Represents a GET command

public static readonly string Get

Field Value

string

GetActiveElement

Represents GetActiveElement command

public static readonly string GetActiveElement

Field Value

string

GetAlertText

Represents the GetAlertText command

public static readonly string GetAlertText

Field Value

string

GetAllCookies

Represents getting all cookies command

public static readonly string GetAllCookies

Field Value

string

GetCookie

Represents getting cookie command

public static readonly string GetCookie

Field Value

string

GetCurrentUrl

Represents GetCurrentUrl command

public static readonly string GetCurrentUrl

Field Value

string

GetCurrentWindowHandle

Represents GetCurrentWindowHandle command

public static readonly string GetCurrentWindowHandle

Field Value

string

GetElementAttribute

Represents GetElementAttribute command

public static readonly string GetElementAttribute

Field Value

string

GetElementLocation

Represents GetElementLocation command

public static readonly string GetElementLocation

Field Value

string

GetElementLocationOnceScrolledIntoView

Represents GetElementLocationOnceScrolledIntoView command

public static readonly string GetElementLocationOnceScrolledIntoView

Field Value

string

GetElementProperty

Represents GetElementProperty command

public static readonly string GetElementProperty

Field Value

string

GetElementRect

Represents GetElementRect command

public static readonly string GetElementRect

Field Value

string

GetElementSize

Represents GetElementSize command

public static readonly string GetElementSize

Field Value

string

GetElementTagName

Represents GetElementTagName command

public static readonly string GetElementTagName

Field Value

string

GetElementText

Represents GetElementText command

public static readonly string GetElementText

Field Value

string

GetElementValueOfCssProperty

Represents GetElementValueOfCSSProperty command

public static readonly string GetElementValueOfCssProperty

Field Value

string

GetOrientation

Represents GetOrientation command

public static readonly string GetOrientation

Field Value

string

GetPageSource

Represents GetPageSource command

public static readonly string GetPageSource

Field Value

string

GetSessionCapabilities

Represents the Get Session Capabilities command

public static readonly string GetSessionCapabilities

Field Value

string

GetSessionList

Represents the Get Session List command

public static readonly string GetSessionList

Field Value

string

GetTitle

Represents GetTitle command

public static readonly string GetTitle

Field Value

string

GetWindowHandles

Represents GetWindowHandles command

public static readonly string GetWindowHandles

Field Value

string

GetWindowPosition

Represents GetWindowPosition command

public static readonly string GetWindowPosition

Field Value

string

GetWindowSize

Represents GetWindowSize command

public static readonly string GetWindowSize

Field Value

string

GoBack

Represents a Browser going back command

public static readonly string GoBack

Field Value

string

GoForward

Represents a Browser going forward command

public static readonly string GoForward

Field Value

string

ImplicitlyWait

Represents the ImplicitlyWait command

public static readonly string ImplicitlyWait

Field Value

string

IsElementDisplayed

Represents IsElementDisplayed command

public static readonly string IsElementDisplayed

Field Value

string

IsElementEnabled

Represents IsElementEnabled command

public static readonly string IsElementEnabled

Field Value

string

IsElementSelected

Represents IsElementSelected command

public static readonly string IsElementSelected

Field Value

string

MaximizeWindow

Represents MaximizeWindow command

public static readonly string MaximizeWindow

Field Value

string

MouseClick

Represents the MouseClick command.

public static readonly string MouseClick

Field Value

string

MouseDoubleClick

Represents the MouseDoubleClick command.

public static readonly string MouseDoubleClick

Field Value

string

MouseDown

Represents the MouseDown command.

public static readonly string MouseDown

Field Value

string

MouseMoveTo

Represents the MouseMoveTo command.

public static readonly string MouseMoveTo

Field Value

string

MouseUp

Represents the MouseUp command.

public static readonly string MouseUp

Field Value

string

NewSession

Represents a New Session command

public static readonly string NewSession

Field Value

string

Quit

Represents a browser quit command

public static readonly string Quit

Field Value

string

Refresh

Represents a Browser refreshing command

public static readonly string Refresh

Field Value

string

Screenshot

Represents Screenshot command

public static readonly string Screenshot

Field Value

string

SendKeysToActiveElement

Represents the SendKeysToActiveElement command.

public static readonly string SendKeysToActiveElement

Field Value

string

SendKeysToElement

Represents SendKeysToElements command

public static readonly string SendKeysToElement

Field Value

string

SetAlertCredentials

Represents the Authenticate command

public static readonly string SetAlertCredentials

Field Value

string

SetAlertValue

Represents the SetAlertValue command

public static readonly string SetAlertValue

Field Value

string

SetAsyncScriptTimeout

Represents the SetAsyncScriptTimeout command

public static readonly string SetAsyncScriptTimeout

Field Value

string

SetOrientation

Represents SetOrientation command

public static readonly string SetOrientation

Field Value

string

SetTimeout

Represents the SetTimeout command

public static readonly string SetTimeout

Field Value

string

SetWindowPosition

Represents SetWindowPosition command

public static readonly string SetWindowPosition

Field Value

string

SetWindowSize

Represents SetWindowSize command

public static readonly string SetWindowSize

Field Value

string

Status

Represents the Status command.

public static readonly string Status

Field Value

string

SubmitElement

Represents SubmitElement command

public static readonly string SubmitElement

Field Value

string

SwitchToFrame

Represents SwitchToFrame command

public static readonly string SwitchToFrame

Field Value

string

SwitchToParentFrame

Represents SwitchToParentFrame command

public static readonly string SwitchToParentFrame

Field Value

string

SwitchToWindow

Represents SwitchToWindow command

public static readonly string SwitchToWindow

Field Value

string

TapElement

Represents TapElement command

public static readonly string TapElement

Field Value

string

TouchDoubleTap

Represents the TouchDoubleTap command.

public static readonly string TouchDoubleTap

Field Value

string

TouchFlick

Represents the TouchFlick command.

public static readonly string TouchFlick

Field Value

string

TouchLongPress

Represents the TouchLongPress command.

public static readonly string TouchLongPress

Field Value

string

TouchMove

Represents the TouchMove command.

public static readonly string TouchMove

Field Value

string

TouchPress

Represents the TouchPress command.

public static readonly string TouchPress

Field Value

string

TouchRelease

Represents the TouchRelease command.

public static readonly string TouchRelease

Field Value

string

TouchScroll

Represents the TouchScroll command.

public static readonly string TouchScroll

Field Value

string

TouchSingleTap

Represents the TouchSingleTap command.

public static readonly string TouchSingleTap

Field Value

string

UploadFile

Represents the UploadFile command.

public static readonly string UploadFile

Field Value

string