C# Class OpenQA.Selenium.Remote.DriverCommand

Values describing the list of commands understood by a remote server using the JSON wire protocol.
显示文件 Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Public Properties

Property Type Description
AcceptAlert string
AddCookie string
ClearElement string
ClickElement string
Close string
DefineDriverMapping string
DeleteAllCookies string
DeleteCookie string
DescribeElement string
DismissAlert string
ElementEquals string
ExecuteAsyncScript string
ExecuteScript string
FindChildElement string
FindChildElements string
FindElement string
FindElements string
Get string
GetActiveElement string
GetAlertText string
GetAllCookies string
GetCurrentUrl string
GetCurrentWindowHandle string
GetElementAttribute string
GetElementLocation string
GetElementLocationOnceScrolledIntoView string
GetElementSize string
GetElementTagName string
GetElementText string
GetElementValueOfCssProperty string
GetOrientation string
GetPageSource string
GetSessionCapabilities string
GetSessionList string
GetTitle string
GetWindowHandles string
GetWindowPosition string
GetWindowSize string
GoBack string
GoForward string
ImplicitlyWait string
IsElementDisplayed string
IsElementEnabled string
IsElementSelected string
MaximizeWindow string
MouseClick string
MouseDoubleClick string
MouseDown string
MouseMoveTo string
MouseUp string
NewSession string
Quit string
Refresh string
Screenshot string
SendKeysToActiveElement string
SendKeysToElement string
SetAlertValue string
SetAsyncScriptTimeout string
SetOrientation string
SetTimeout string
SetWindowPosition string
SetWindowSize string
Status string
SubmitElement string
SwitchToFrame string
SwitchToWindow string
TouchDoubleTap string
TouchFlick string
TouchLongPress string
TouchMove string
TouchPress string
TouchRelease string
TouchScroll string
TouchSingleTap string
UploadFile string

Property Details

AcceptAlert public_oe static_oe property

Represents the AcceptAlert command
public static string AcceptAlert
return string

AddCookie public_oe static_oe property

Represents adding a cookie command
public static string AddCookie
return string

ClearElement public_oe static_oe property

Represents ClearElement command
public static string ClearElement
return string

ClickElement public_oe static_oe property

Represents ClickElement command
public static string ClickElement
return string

Close public_oe static_oe property

Represents a Browser close command
public static string Close
return string

DefineDriverMapping public_oe static_oe property

Represents the Define Driver Mapping command
public static string DefineDriverMapping
return string

DeleteAllCookies public_oe static_oe property

Represents Deleting all cookies command
public static string DeleteAllCookies
return string

DeleteCookie public_oe static_oe property

Represents deleting a cookie command
public static string DeleteCookie
return string

DescribeElement public_oe static_oe property

Describes an element
public static string DescribeElement
return string

DismissAlert public_oe static_oe property

Represents the DismissAlert command
public static string DismissAlert
return string

ElementEquals public_oe static_oe property

Represents ElementEquals command
public static string ElementEquals
return string

ExecuteAsyncScript public_oe static_oe property

Represents ExecuteAsyncScript command
public static string ExecuteAsyncScript
return string

ExecuteScript public_oe static_oe property

Represents ExecuteScript command
public static string ExecuteScript
return string

FindChildElement public_oe static_oe property

Represents FindChildElement command
public static string FindChildElement
return string

FindChildElements public_oe static_oe property

Represents FindChildElements command
public static string FindChildElements
return string

FindElement public_oe static_oe property

Represents FindElement command
public static string FindElement
return string

FindElements public_oe static_oe property

Represents FindElements command
public static string FindElements
return string

Get public_oe static_oe property

Represents a GET command
public static string Get
return string

GetActiveElement public_oe static_oe property

Represents GetActiveElement command
public static string GetActiveElement
return string

GetAlertText public_oe static_oe property

Represents the GetAlertText command
public static string GetAlertText
return string

GetAllCookies public_oe static_oe property

Represents getting all cookies command
public static string GetAllCookies
return string

GetCurrentUrl public_oe static_oe property

Represents GetCurrentUrl command
public static string GetCurrentUrl
return string

GetCurrentWindowHandle public_oe static_oe property

Represents GetCurrentWindowHandle command
public static string GetCurrentWindowHandle
return string

GetElementAttribute public_oe static_oe property

Represents GetElementAttribute command
public static string GetElementAttribute
return string

GetElementLocation public_oe static_oe property

Represents GetElementLocation command
public static string GetElementLocation
return string

GetElementLocationOnceScrolledIntoView public_oe static_oe property

Represents GetElementLocationOnceScrolledIntoView command
public static string GetElementLocationOnceScrolledIntoView
return string

GetElementSize public_oe static_oe property

Represents GetElementSize command
public static string GetElementSize
return string

GetElementTagName public_oe static_oe property

Represents GetElementTagName command
public static string GetElementTagName
return string

GetElementText public_oe static_oe property

Represents GetElementText command
public static string GetElementText
return string

GetElementValueOfCssProperty public_oe static_oe property

Represents GetElementValueOfCSSProperty command
public static string GetElementValueOfCssProperty
return string

GetOrientation public_oe static_oe property

Represents GetOrientation command
public static string GetOrientation
return string

GetPageSource public_oe static_oe property

Represents GetPageSource command
public static string GetPageSource
return string

GetSessionCapabilities public_oe static_oe property

Represents the Get Session Capabilities command
public static string GetSessionCapabilities
return string

GetSessionList public_oe static_oe property

Represents the Get Session List command
public static string GetSessionList
return string

GetTitle public_oe static_oe property

Represents GetTitle command
public static string GetTitle
return string

GetWindowHandles public_oe static_oe property

Represents GetWindowHandles command
public static string GetWindowHandles
return string

GetWindowPosition public_oe static_oe property

Represents GetWindowPosition command
public static string GetWindowPosition
return string

GetWindowSize public_oe static_oe property

Represents GetWindowSize command
public static string GetWindowSize
return string

GoBack public_oe static_oe property

Represents a Browser going back command
public static string GoBack
return string

GoForward public_oe static_oe property

Represents a Browser going forward command
public static string GoForward
return string

ImplicitlyWait public_oe static_oe property

Represents the ImplicitlyWait command
public static string ImplicitlyWait
return string

IsElementDisplayed public_oe static_oe property

Represents IsElementDisplayed command
public static string IsElementDisplayed
return string

IsElementEnabled public_oe static_oe property

Represents IsElementEnabled command
public static string IsElementEnabled
return string

IsElementSelected public_oe static_oe property

Represents IsElementSelected command
public static string IsElementSelected
return string

MaximizeWindow public_oe static_oe property

Represents MaximizeWindow command
public static string MaximizeWindow
return string

MouseClick public_oe static_oe property

Represents the MouseClick command.
public static string MouseClick
return string

MouseDoubleClick public_oe static_oe property

Represents the MouseDoubleClick command.
public static string MouseDoubleClick
return string

MouseDown public_oe static_oe property

Represents the MouseDown command.
public static string MouseDown
return string

MouseMoveTo public_oe static_oe property

Represents the MouseMoveTo command.
public static string MouseMoveTo
return string

MouseUp public_oe static_oe property

Represents the MouseUp command.
public static string MouseUp
return string

NewSession public_oe static_oe property

Represents a New Session command
public static string NewSession
return string

Quit public_oe static_oe property

Represents a browser quit command
public static string Quit
return string

Refresh public_oe static_oe property

Represents a Browser refreshing command
public static string Refresh
return string

Screenshot public_oe static_oe property

Represents Screenshot command
public static string Screenshot
return string

SendKeysToActiveElement public_oe static_oe property

Represents the SendKeysToActiveElement command.
public static string SendKeysToActiveElement
return string

SendKeysToElement public_oe static_oe property

Represents SendKeysToElements command
public static string SendKeysToElement
return string

SetAlertValue public_oe static_oe property

Represents the SetAlertValue command
public static string SetAlertValue
return string

SetAsyncScriptTimeout public_oe static_oe property

Represents the SetAsyncScriptTimeout command
public static string SetAsyncScriptTimeout
return string

SetOrientation public_oe static_oe property

Represents SetOrientation command
public static string SetOrientation
return string

SetTimeout public_oe static_oe property

Represents the SetTimeout command
public static string SetTimeout
return string

SetWindowPosition public_oe static_oe property

Represents SetWindowPosition command
public static string SetWindowPosition
return string

SetWindowSize public_oe static_oe property

Represents SetWindowSize command
public static string SetWindowSize
return string

Status public_oe static_oe property

Represents the Status command.
public static string Status
return string

SubmitElement public_oe static_oe property

Represents SubmitElement command
public static string SubmitElement
return string

SwitchToFrame public_oe static_oe property

Represents SwitchToFrame command
public static string SwitchToFrame
return string

SwitchToWindow public_oe static_oe property

Represents SwitchToWindow command
public static string SwitchToWindow
return string

TouchDoubleTap public_oe static_oe property

Represents the TouchDoubleTap command.
public static string TouchDoubleTap
return string

TouchFlick public_oe static_oe property

Represents the TouchFlick command.
public static string TouchFlick
return string

TouchLongPress public_oe static_oe property

Represents the TouchLongPress command.
public static string TouchLongPress
return string

TouchMove public_oe static_oe property

Represents the TouchMove command.
public static string TouchMove
return string

TouchPress public_oe static_oe property

Represents the TouchPress command.
public static string TouchPress
return string

TouchRelease public_oe static_oe property

Represents the TouchRelease command.
public static string TouchRelease
return string

TouchScroll public_oe static_oe property

Represents the TouchScroll command.
public static string TouchScroll
return string

TouchSingleTap public_oe static_oe property

Represents the TouchSingleTap command.
public static string TouchSingleTap
return string

UploadFile public_oe static_oe property

Represents the UploadFile command.
public static string UploadFile
return string