An NDoc Documented Class Library |
|
HttpCommandProcessor Constructor (String, Int32, String, String)
Specifies a server host/port, a command to launch the browser, and a starting URL for the browser.
public HttpCommandProcessor(
string serverHost,
int serverPort,
string browserStartCommand,
string browserURL);
Parameters
-
serverHost
- the host name on which the Selenium Server resides
-
serverPort
- the port on which the Selenium Server is listening
-
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