HttpCommandProcessor DoCommand Method WebDriver
Send the specified remote command to the browser to be performed

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string DoCommand(
	string command,
	string[] args
)

Parameters

command
Type: OnlineSystem String
the remote command verb
args
Type:  OnlineSystem 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 browser

Implements

ICommandProcessor DoCommand(String,  String )
See Also