The ICommandProcessor type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | DoCommand |
Send the specified remote command to the browser to be performed
|
![]() | GetBoolean |
Runs the specified remote accessor (getter) command and returns the retrieved result
|
![]() | GetBooleanArray |
Runs the specified remote accessor (getter) command and returns the retrieved result
|
![]() | GetNumber |
Runs the specified remote accessor (getter) command and returns the retrieved result
|
![]() | GetNumberArray |
Runs the specified remote accessor (getter) command and returns the retrieved result
|
![]() | GetString |
Runs the specified remote accessor (getter) command and returns the retrieved result
|
![]() | GetStringArray |
Runs the specified remote accessor (getter) command and returns the retrieved result
|
![]() | SetExtensionJs |
Sets the extension Javascript to be used in the created session
|
![]() | Start |
Starts a new Selenium testing session
|
![]() | Start(Object) |
Starts a new Selenium testing session with the specified options
|
![]() | Start(String) |
Starts a new Selenium testing session with the specified options
|
![]() | Stop |
Ends the current Selenium testing session (normally killing the browser)
|
See Also