An NDoc Documented Class Library

HttpCommandProcessor.GetString Method 

Runs the specified remote accessor (getter) command and returns the retrieved result

public string GetString(
   string commandName,
   string[] args
);

Parameters

commandName
the remote Command verb
args
the arguments to the remote Command (depends on the verb)

Return Value

the result of running the accessor on the browser

Implements

ICommandProcessor.GetString

See Also

HttpCommandProcessor Class | Selenium Namespace