Skip to content

HelpAddonsSeleniumOptions

thc202 edited this page Feb 6, 2019 · 7 revisions

Options Selenium screen

This screen allows you to setup the requirements of some of the WebDrivers.

Configuration option explanation

Configuration Options
Field Details Default Config File
WebDrivers
ChromeDriver This allows you to select the location of ChromeDriver. The path to the bundled WebDriver, if available. Key: selenium.chromeDriver
Value: file system path to the ChromeDriver
geckodriver This allows you to select the location of geckodriver (Firefox driver). The path to the bundled WebDriver, if available. Key: selenium.firefoxDriver
Value: file system path to the geckodriver
IEDriverServer This allows you to select the location of IEDriverServer. The path to the bundled WebDriver, if available. Key: selenium.ieDriver
Value: file system path to the IEDriverServer
Binaries
Firefox This allows you to select the location of Firefox binary (for example, to use a version other than the system default). (None) Key: selenium.firefoxBinary
Value: file system path to the Firefox binary
PhantomJS This allows you to select the location of PhantomJS binary. (None) Key: selenium.phantomJsBinary
Value: file system path to the PhantomJS binary

Note: It's also possible to set the above locations (binaries and WebDrivers) using Java system properties, in which case the above options will be overridden and those values shown instead.

More details about the bundled WebDrivers can be found on the overview page.

See also

     Selenium for an overview of the Selenium add-on
     API for an overview of the Selenium API
Clone this wiki locally