ICommandProcessor MethodsWebDriver
The ICommandProcessor type exposes the following members.
Methods

  NameDescription
Public methodDoCommand
Send the specified remote command to the browser to be performed
Public methodGetBoolean
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetBooleanArray
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetNumber
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetNumberArray
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetString
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetStringArray
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodSetExtensionJs
Sets the extension Javascript to be used in the created session
Public methodStart 
Starts a new Selenium testing session
Public methodStart(Object)
Starts a new Selenium testing session with the specified options
Public methodStart(String)
Starts a new Selenium testing session with the specified options
Public methodStop
Ends the current Selenium testing session (normally killing the browser)
Back to Top
See Also