HelpAddonsSeleniumApi - psiinon/zap-core-help GitHub Wiki
The 'selenium' API allows to set and view the paths to the required WebDrivers and binary.
| Name | Type | Parameters | Description |
|---|---|---|---|
| optionChromeDriverPath | view | Returns the current path to ChromeDriver | |
| optionFirefoxBinaryPath | view | Returns the current path to Firefox binary | |
| optionFirefoxDriverPath | view | Returns the current path to Firefox driver (geckodriver) | |
| 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 |
| setOptionFirefoxDriverPath | action | String* | Sets the current path to Firefox driver (geckodriver) |
| setOptionIeDriverPath | action | String* | Sets the current path to IEDriverServer |
| setOptionPhantomJsBinaryPath | action | String* | Sets the current path to PhantomJS binary |
Starred parameters are mandatory
| Selenium | for an overview of the Selenium add-on | |
| Options Selenium screen | for an overview of the Selenium Options |