Send the specified remote command to the browser to be performed
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- command
- Type:
System String
the remote command verb
- args
- Type:
System String
the arguments to the remote command (depends on the verb)
Return Value
the command result, defined by the remote JavaScript. "getX" style commands may return data from the browserImplements
ICommandProcessor DoCommand(String, String )See Also