Skip to content

HelpAddonsSeleniumOptions

thc202 edited this page Aug 12, 2016 · 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
ChromeDriver This allows you to select the location of ChromeDriver. (None)
Firefox binary This allows you to select the location of Firefox binary (for example, to use other version than the system default). (None)
IEDriverServer This allows you to select the location of IEDriverServer. (None)
PhantomJS binary This allows you to select the location of PhantomJS binary. (None)

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

See also

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