ZAP API UI

Component: selenium

Allows to access and configure Selenium related functionality.

Views

getBrowserArguments (browser* ) Gets the browser arguments.
optionBrowserExtensions
optionChromeBinaryPathReturns the current path to Chrome binary
optionChromeDriverPathReturns the current path to ChromeDriver
optionFirefoxBinaryPathReturns the current path to Firefox binary
optionFirefoxDefaultProfile
optionFirefoxDriverPathReturns the current path to Firefox driver (geckodriver)
optionIeDriverPathDeprecated API Endpoint. Its use is discouraged, it will be removed in a future version.
Option no longer in effective use.
optionLastDirectory
optionPhantomJsBinaryPathDeprecated API Endpoint. Its use is discouraged, it will be removed in a future version.
Option no longer in effective use.

Actions

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.