Allows to access and configure Selenium related functionality.
| getBrowserArguments (browser* ) | Gets the browser arguments. |
| optionBrowserExtensions | |
| optionChromeBinaryPath | Returns the current path to Chrome binary |
| optionChromeDriverPath | Returns the current path to ChromeDriver |
| optionFirefoxBinaryPath | Returns the current path to Firefox binary |
| optionFirefoxDefaultProfile | |
| optionFirefoxDriverPath | Returns the current path to Firefox driver (geckodriver) |
| optionIeDriverPath | Deprecated API Endpoint. Its use is discouraged, it will be removed in a future version. Option no longer in effective use. |
| optionLastDirectory | |
| optionPhantomJsBinaryPath | Deprecated API Endpoint. Its use is discouraged, it will be removed in a future version. Option no longer in effective use. |
| addBrowserArgument (browser* argument* enabled ) | Adds a browser argument. |
| launchBrowser (browser* ) | Launches a browser proxying through ZAP, for manual usage. |
| removeBrowserArgument (browser* argument* ) | Removes a browser argument. |
| setBrowserArgumentEnabled (browser* argument* enabled* ) | Sets whether or not a browser argument is enabled. |
| setOptionChromeBinaryPath (String* ) | Sets the current path to Chrome binary |
| setOptionChromeDriverPath (String* ) | Sets the current path to ChromeDriver |
| setOptionFirefoxBinaryPath (String* ) | Sets the current path to Firefox binary |
| setOptionFirefoxDefaultProfile (String* ) | |
| setOptionFirefoxDriverPath (String* ) | Sets the current path to Firefox driver (geckodriver) |
| setOptionIeDriverPath (String* ) | Deprecated API Endpoint. Its use is discouraged, it will be removed in a future version. Option no longer in effective use. |
| setOptionLastDirectory (String* ) | |
| setOptionPhantomJsBinaryPath (String* ) | Deprecated API Endpoint. Its use is discouraged, it will be removed in a future version. Option no longer in effective use. |