An NDoc Documented Class Library

ICommandProcessor Methods

The methods of the ICommandProcessor interface are listed below. For a complete list of ICommandProcessor interface members, see the ICommandProcessor Members topic.

Public Instance Methods

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
Stop Ends the current Selenium testing session (normally killing the browser)

See Also

ICommandProcessor Interface | Selenium Namespace