C# Class OpenQA.Selenium.Remote.DriverCommand

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

Méthodes publiques

Свойство 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
Résultat string

AddCookie public_oe static_oe property

Represents adding a cookie command
public static string AddCookie
Résultat string

ClearElement public_oe static_oe property

Represents ClearElement command
public static string ClearElement
Résultat string

ClickElement public_oe static_oe property

Represents ClickElement command
public static string ClickElement
Résultat string

Close public_oe static_oe property

Represents a Browser close command
public static string Close
Résultat string

DefineDriverMapping public_oe static_oe property

Represents the Define Driver Mapping command
public static string DefineDriverMapping
Résultat string

DeleteAllCookies public_oe static_oe property

Represents Deleting all cookies command
public static string DeleteAllCookies
Résultat string

DeleteCookie public_oe static_oe property

Represents deleting a cookie command
public static string DeleteCookie
Résultat string

DescribeElement public_oe static_oe property

Describes an element
public static string DescribeElement
Résultat string

DismissAlert public_oe static_oe property

Represents the DismissAlert command
public static string DismissAlert
Résultat string

ElementEquals public_oe static_oe property

Represents ElementEquals command
public static string ElementEquals
Résultat string

ExecuteAsyncScript public_oe static_oe property

Represents ExecuteAsyncScript command
public static string ExecuteAsyncScript
Résultat string

ExecuteScript public_oe static_oe property

Represents ExecuteScript command
public static string ExecuteScript
Résultat string

FindChildElement public_oe static_oe property

Represents FindChildElement command
public static string FindChildElement
Résultat string

FindChildElements public_oe static_oe property

Represents FindChildElements command
public static string FindChildElements
Résultat string

FindElement public_oe static_oe property

Represents FindElement command
public static string FindElement
Résultat string

FindElements public_oe static_oe property

Represents FindElements command
public static string FindElements
Résultat string

Get public_oe static_oe property

Represents a GET command
public static string Get
Résultat string

GetActiveElement public_oe static_oe property

Represents GetActiveElement command
public static string GetActiveElement
Résultat string

GetAlertText public_oe static_oe property

Represents the GetAlertText command
public static string GetAlertText
Résultat string

GetAllCookies public_oe static_oe property

Represents getting all cookies command
public static string GetAllCookies
Résultat string

GetCurrentUrl public_oe static_oe property

Represents GetCurrentUrl command
public static string GetCurrentUrl
Résultat string

GetCurrentWindowHandle public_oe static_oe property

Represents GetCurrentWindowHandle command
public static string GetCurrentWindowHandle
Résultat string

GetElementAttribute public_oe static_oe property

Represents GetElementAttribute command
public static string GetElementAttribute
Résultat string

GetElementLocation public_oe static_oe property

Represents GetElementLocation command
public static string GetElementLocation
Résultat string

GetElementLocationOnceScrolledIntoView public_oe static_oe property

Represents GetElementLocationOnceScrolledIntoView command
public static string GetElementLocationOnceScrolledIntoView
Résultat string

GetElementSize public_oe static_oe property

Represents GetElementSize command
public static string GetElementSize
Résultat string

GetElementTagName public_oe static_oe property

Represents GetElementTagName command
public static string GetElementTagName
Résultat string

GetElementText public_oe static_oe property

Represents GetElementText command
public static string GetElementText
Résultat string

GetElementValueOfCssProperty public_oe static_oe property

Represents GetElementValueOfCSSProperty command
public static string GetElementValueOfCssProperty
Résultat string

GetOrientation public_oe static_oe property

Represents GetOrientation command
public static string GetOrientation
Résultat string

GetPageSource public_oe static_oe property

Represents GetPageSource command
public static string GetPageSource
Résultat string

GetSessionCapabilities public_oe static_oe property

Represents the Get Session Capabilities command
public static string GetSessionCapabilities
Résultat string

GetSessionList public_oe static_oe property

Represents the Get Session List command
public static string GetSessionList
Résultat string

GetTitle public_oe static_oe property

Represents GetTitle command
public static string GetTitle
Résultat string

GetWindowHandles public_oe static_oe property

Represents GetWindowHandles command
public static string GetWindowHandles
Résultat string

GetWindowPosition public_oe static_oe property

Represents GetWindowPosition command
public static string GetWindowPosition
Résultat string

GetWindowSize public_oe static_oe property

Represents GetWindowSize command
public static string GetWindowSize
Résultat string

GoBack public_oe static_oe property

Represents a Browser going back command
public static string GoBack
Résultat string

GoForward public_oe static_oe property

Represents a Browser going forward command
public static string GoForward
Résultat string

ImplicitlyWait public_oe static_oe property

Represents the ImplicitlyWait command
public static string ImplicitlyWait
Résultat string

IsElementDisplayed public_oe static_oe property

Represents IsElementDisplayed command
public static string IsElementDisplayed
Résultat string

IsElementEnabled public_oe static_oe property

Represents IsElementEnabled command
public static string IsElementEnabled
Résultat string

IsElementSelected public_oe static_oe property

Represents IsElementSelected command
public static string IsElementSelected
Résultat string

MaximizeWindow public_oe static_oe property

Represents MaximizeWindow command
public static string MaximizeWindow
Résultat string

MouseClick public_oe static_oe property

Represents the MouseClick command.
public static string MouseClick
Résultat string

MouseDoubleClick public_oe static_oe property

Represents the MouseDoubleClick command.
public static string MouseDoubleClick
Résultat string

MouseDown public_oe static_oe property

Represents the MouseDown command.
public static string MouseDown
Résultat string

MouseMoveTo public_oe static_oe property

Represents the MouseMoveTo command.
public static string MouseMoveTo
Résultat string

MouseUp public_oe static_oe property

Represents the MouseUp command.
public static string MouseUp
Résultat string

NewSession public_oe static_oe property

Represents a New Session command
public static string NewSession
Résultat string

Quit public_oe static_oe property

Represents a browser quit command
public static string Quit
Résultat string

Refresh public_oe static_oe property

Represents a Browser refreshing command
public static string Refresh
Résultat string

Screenshot public_oe static_oe property

Represents Screenshot command
public static string Screenshot
Résultat string

SendKeysToActiveElement public_oe static_oe property

Represents the SendKeysToActiveElement command.
public static string SendKeysToActiveElement
Résultat string

SendKeysToElement public_oe static_oe property

Represents SendKeysToElements command
public static string SendKeysToElement
Résultat string

SetAlertValue public_oe static_oe property

Represents the SetAlertValue command
public static string SetAlertValue
Résultat string

SetAsyncScriptTimeout public_oe static_oe property

Represents the SetAsyncScriptTimeout command
public static string SetAsyncScriptTimeout
Résultat string

SetOrientation public_oe static_oe property

Represents SetOrientation command
public static string SetOrientation
Résultat string

SetTimeout public_oe static_oe property

Represents the SetTimeout command
public static string SetTimeout
Résultat string

SetWindowPosition public_oe static_oe property

Represents SetWindowPosition command
public static string SetWindowPosition
Résultat string

SetWindowSize public_oe static_oe property

Represents SetWindowSize command
public static string SetWindowSize
Résultat string

Status public_oe static_oe property

Represents the Status command.
public static string Status
Résultat string

SubmitElement public_oe static_oe property

Represents SubmitElement command
public static string SubmitElement
Résultat string

SwitchToFrame public_oe static_oe property

Represents SwitchToFrame command
public static string SwitchToFrame
Résultat string

SwitchToWindow public_oe static_oe property

Represents SwitchToWindow command
public static string SwitchToWindow
Résultat string

TouchDoubleTap public_oe static_oe property

Represents the TouchDoubleTap command.
public static string TouchDoubleTap
Résultat string

TouchFlick public_oe static_oe property

Represents the TouchFlick command.
public static string TouchFlick
Résultat string

TouchLongPress public_oe static_oe property

Represents the TouchLongPress command.
public static string TouchLongPress
Résultat string

TouchMove public_oe static_oe property

Represents the TouchMove command.
public static string TouchMove
Résultat string

TouchPress public_oe static_oe property

Represents the TouchPress command.
public static string TouchPress
Résultat string

TouchRelease public_oe static_oe property

Represents the TouchRelease command.
public static string TouchRelease
Résultat string

TouchScroll public_oe static_oe property

Represents the TouchScroll command.
public static string TouchScroll
Résultat string

TouchSingleTap public_oe static_oe property

Represents the TouchSingleTap command.
public static string TouchSingleTap
Résultat string

UploadFile public_oe static_oe property

Represents the UploadFile command.
public static string UploadFile
Résultat string