Skip to content

HelpAddonsSeleniumApi

thc202 edited this page Aug 12, 2016 · 6 revisions

Selenium API

The 'selenium' API allows to set and view the paths to the required WebDrivers and binary.

API actions/views

Name Type Parameters Description
optionChromeDriverPath view Returns the current path to ChromeDriver
optionFirefoxBinaryPath view Returns the current path to Firefox binary
optionIeDriverPath view Returns the current path to IEDriverServer
optionPhantomJsBinaryPath view Returns the current path to PhantomJS binary
setOptionChromeDriverPath action String* Sets the current path to ChromeDriver
setOptionFirefoxBinaryPath action String* Sets the current path to Firefox binary
setOptionIeDriverPath action String* Sets the current path to IEDriverServer
setOptionPhantomJsBinaryPath action String* Sets the current path to PhantomJS binary

Starred parameters are mandatory

See also

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