Skip to content

HelpAddonsSeleniumApi

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