Table of Contents

Class DriverCommand

Namespace
OpenQA.Selenium
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

AddCredential

Represents the AddCredential command

public static readonly string AddCredential

Field Value

string

AddVirtualAuthenticator

Represents the AddVirtualAuthenticator command.

public static readonly string AddVirtualAuthenticator

Field Value

string

CancelActions

Represents the CancelActions command.

public static readonly string CancelActions

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

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

DeleteDownloadableFiles

Represents the DeleteDownloadableFiles command.

public static readonly string DeleteDownloadableFiles

Field Value

string

DismissAlert

Represents the DismissAlert command

public static readonly string DismissAlert

Field Value

string

DownloadFile

Represents the DownloadFile command.

public static readonly string DownloadFile

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

FindShadowChildElement

Represents FindShadowChildElement command

public static readonly string FindShadowChildElement

Field Value

string

FindShadowChildElements

Represents FindShadosChildElements command

public static readonly string FindShadowChildElements

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

GetAvailableLogTypes

Represents the GetAvailableLogTypes command.

public static readonly string GetAvailableLogTypes

Field Value

string

GetComputedAccessibleLabel

Represents GetComputedAccessibleLabel command

public static readonly string GetComputedAccessibleLabel

Field Value

string

GetComputedAccessibleRole

Represents GetComputedAccessibleRole command

public static readonly string GetComputedAccessibleRole

Field Value

string

GetCookie

Represents getting cookie command

public static readonly string GetCookie

Field Value

string

GetCredentials

Represents the GetCredentials command.

public static readonly string GetCredentials

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

GetDownloadableFiles

Represents the GetDownloadableFiles command.

public static readonly string GetDownloadableFiles

Field Value

string

GetElementAttribute

Represents GetElementAttribute command

public static readonly string GetElementAttribute

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

GetElementShadowRoot

Represents the GetElementShadowRoot command.

public static readonly string GetElementShadowRoot

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

GetLog

Represents the GetLog command.

public static readonly string GetLog

Field Value

string

GetPageSource

Represents GetPageSource command

public static readonly string GetPageSource

Field Value

string

GetTimeouts

Represents the SetTimeout command

public static readonly string GetTimeouts

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

GetWindowRect

Represents GetWindowRect command

public static readonly string GetWindowRect

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

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

KnownCommands

Lists the set of known commands valid for the Selenium library.

public static readonly IList<string> KnownCommands

Field Value

IList<string>

MaximizeWindow

Represents MaximizeWindow command

public static readonly string MaximizeWindow

Field Value

string

MinimizeWindow

Represents MinimizeWindow command

public static readonly string MinimizeWindow

Field Value

string

NewSession

Represents a New Session command

public static readonly string NewSession

Field Value

string

NewWindow

Represents NewWindow command

public static readonly string NewWindow

Field Value

string

Print

Represents the Print command

public static readonly string Print

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

RemoveAllCredentials

Represents the RemoveAllCredentials command.

public static readonly string RemoveAllCredentials

Field Value

string

RemoveCredential

Represents the RemoveCredential command.

public static readonly string RemoveCredential

Field Value

string

RemoveVirtualAuthenticator

Represents the RemoveVirtualAuthenticator command.

public static readonly string RemoveVirtualAuthenticator

Field Value

string

Screenshot

Represents Screenshot command

public static readonly string Screenshot

Field Value

string

SendKeysToElement

Represents SendKeysToElements command

public static readonly string SendKeysToElement

Field Value

string

SetAlertValue

Represents the SetAlertValue command

public static readonly string SetAlertValue

Field Value

string

SetTimeouts

Represents the SetTimeout command

public static readonly string SetTimeouts

Field Value

string

SetUserVerified

Represents the SetUserVerified command.

public static readonly string SetUserVerified

Field Value

string

SetWindowRect

Represents SetWindowRect command

public static readonly string SetWindowRect

Field Value

string

Status

Represents the Status command.

public static readonly string Status

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

UploadFile

Represents the UploadFile command.

public static readonly string UploadFile

Field Value

string