Specifies a server host/port, a command to launch the browser, and a starting URL for the browser.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- serverHost
- Type:
System String
the host name on which the Selenium Server resides
- serverPort
- Type:
System Int32
the port on which the Selenium Server is listening
- browserStartCommand
- Type:
System String
the command string used to launch the browser, e.g. "*firefox" or "c:\\program files\\internet explorer\\iexplore.exe"
- browserURL
- Type:
System String
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