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
AddCredential
Represents the AddCredential command
public static readonly string AddCredential
Field Value
AddVirtualAuthenticator
Represents the AddVirtualAuthenticator command.
public static readonly string AddVirtualAuthenticator
Field Value
CancelActions
Represents the CancelActions command.
public static readonly string CancelActions
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
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
DeleteDownloadableFiles
Represents the DeleteDownloadableFiles command.
public static readonly string DeleteDownloadableFiles
Field Value
DismissAlert
Represents the DismissAlert command
public static readonly string DismissAlert
Field Value
DownloadFile
Represents the DownloadFile command.
public static readonly string DownloadFile
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
FindShadowChildElement
Represents FindShadowChildElement command
public static readonly string FindShadowChildElement
Field Value
FindShadowChildElements
Represents FindShadosChildElements command
public static readonly string FindShadowChildElements
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
GetAvailableLogTypes
Represents the GetAvailableLogTypes command.
public static readonly string GetAvailableLogTypes
Field Value
GetComputedAccessibleLabel
Represents GetComputedAccessibleLabel command
public static readonly string GetComputedAccessibleLabel
Field Value
GetComputedAccessibleRole
Represents GetComputedAccessibleRole command
public static readonly string GetComputedAccessibleRole
Field Value
GetCookie
Represents getting cookie command
public static readonly string GetCookie
Field Value
GetCredentials
Represents the GetCredentials command.
public static readonly string GetCredentials
Field Value
GetCurrentUrl
Represents GetCurrentUrl command
public static readonly string GetCurrentUrl
Field Value
GetCurrentWindowHandle
Represents GetCurrentWindowHandle command
public static readonly string GetCurrentWindowHandle
Field Value
GetDownloadableFiles
Represents the GetDownloadableFiles command.
public static readonly string GetDownloadableFiles
Field Value
GetElementAttribute
Represents GetElementAttribute command
public static readonly string GetElementAttribute
Field Value
GetElementProperty
Represents GetElementProperty command
public static readonly string GetElementProperty
Field Value
GetElementRect
Represents GetElementRect command
public static readonly string GetElementRect
Field Value
GetElementShadowRoot
Represents the GetElementShadowRoot command.
public static readonly string GetElementShadowRoot
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
GetLog
Represents the GetLog command.
public static readonly string GetLog
Field Value
GetPageSource
Represents GetPageSource command
public static readonly string GetPageSource
Field Value
GetTimeouts
Represents the SetTimeout command
public static readonly string GetTimeouts
Field Value
GetTitle
Represents GetTitle command
public static readonly string GetTitle
Field Value
GetWindowHandles
Represents GetWindowHandles command
public static readonly string GetWindowHandles
Field Value
GetWindowRect
Represents GetWindowRect command
public static readonly string GetWindowRect
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
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
KnownCommands
Lists the set of known commands valid for the Selenium library.
public static readonly IList<string> KnownCommands
Field Value
MaximizeWindow
Represents MaximizeWindow command
public static readonly string MaximizeWindow
Field Value
MinimizeWindow
Represents MinimizeWindow command
public static readonly string MinimizeWindow
Field Value
NewSession
Represents a New Session command
public static readonly string NewSession
Field Value
NewWindow
Represents NewWindow command
public static readonly string NewWindow
Field Value
Represents the Print command
public static readonly string Print
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
RemoveAllCredentials
Represents the RemoveAllCredentials command.
public static readonly string RemoveAllCredentials
Field Value
RemoveCredential
Represents the RemoveCredential command.
public static readonly string RemoveCredential
Field Value
RemoveVirtualAuthenticator
Represents the RemoveVirtualAuthenticator command.
public static readonly string RemoveVirtualAuthenticator
Field Value
Screenshot
Represents Screenshot command
public static readonly string Screenshot
Field Value
SendKeysToElement
Represents SendKeysToElements command
public static readonly string SendKeysToElement
Field Value
SetAlertValue
Represents the SetAlertValue command
public static readonly string SetAlertValue
Field Value
SetTimeouts
Represents the SetTimeout command
public static readonly string SetTimeouts
Field Value
SetUserVerified
Represents the SetUserVerified command.
public static readonly string SetUserVerified
Field Value
SetWindowRect
Represents SetWindowRect command
public static readonly string SetWindowRect
Field Value
Status
Represents the Status command.
public static readonly string Status
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
UploadFile
Represents the UploadFile command.
public static readonly string UploadFile