Skip to content

HelpAddonsSeleniumOptions

thc202 edited this page Jun 24, 2015 · 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)
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