SeleniumServer

Manages the life and death of the standalone Selenium server.

Constructor

new SeleniumServer(jar, opt_optionsopt)

Parameters:
NameTypeAttributesDescription
jarstring

Path to the Selenium server jar.

opt_optionsSeleniumServer.Options<optional>

Configuration options for the server.

Throws:

If the path to the Selenium jar is not specified or if an invalid port is specified.

Type
Error

Interfaces

Options