An NDoc Documented Class Library

HttpCommandProcessor Constructor (String, String, String)

Specifies the URL to the server, a command to launch the browser, and a starting URL for the browser.

public HttpCommandProcessor(
   string serverURL,
   string browserStartCommand,
   string browserURL
);

Parameters

serverURL
the URL of the Selenium Server Driver, e.g. "http://localhost:4444/selenium-server/driver/" (don't forget the final slash!)
browserStartCommand
the command string used to launch the browser, e.g. "*firefox" or "c:\\program files\\internet explorer\\iexplore.exe"
browserURL
the starting URL including just a domain name. We'll start the browser pointing at the Selenium resources on this URL, e.g. "http://www.google.com" would send the browser to "http://www.google.com/selenium-server/RemoteRunner.html"

See Also

HttpCommandProcessor Class | Selenium Namespace | HttpCommandProcessor Constructor Overload List