SeleniumServer
Manages the life and death of the standalone Selenium server.
Constructor
new SeleniumServer(jar, opt_optionsopt)
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
jar | string | Path to the Selenium server jar. | |
opt_options | SeleniumServer.Options | <optional> | Configuration options for the server. |
- Source
Throws:
If the path to the Selenium jar is not specified or if an invalid port is specified.
- Type
- Error