Package org.zaproxy.clientapi.gen
Class Selenium
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.SeleniumDeprecated
-
- org.zaproxy.clientapi.gen.Selenium
-
public class Selenium extends SeleniumDeprecated
This file was automatically generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponseoptionBrowserExtensions()This component is optional and therefore the API will only work if it is installedApiResponseoptionChromeBinaryPath()Returns the current path to Chrome binaryApiResponseoptionChromeDriverPath()Returns the current path to ChromeDriverApiResponseoptionFirefoxBinaryPath()Returns the current path to Firefox binaryApiResponseoptionFirefoxDriverPath()Returns the current path to Firefox driver (geckodriver)ApiResponseoptionIeDriverPath()Deprecated.ApiResponseoptionLastDirectory()This component is optional and therefore the API will only work if it is installedApiResponseoptionPhantomJsBinaryPath()Deprecated.ApiResponsesetOptionChromeBinaryPath(java.lang.String string)Sets the current path to Chrome binaryApiResponsesetOptionChromeDriverPath(java.lang.String string)Sets the current path to ChromeDriverApiResponsesetOptionFirefoxBinaryPath(java.lang.String string)Sets the current path to Firefox binaryApiResponsesetOptionFirefoxDriverPath(java.lang.String string)Sets the current path to Firefox driver (geckodriver)ApiResponsesetOptionIeDriverPath(java.lang.String string)Deprecated.ApiResponsesetOptionLastDirectory(java.lang.String string)This component is optional and therefore the API will only work if it is installedApiResponsesetOptionPhantomJsBinaryPath(java.lang.String string)Deprecated.-
Methods inherited from class org.zaproxy.clientapi.gen.deprecated.SeleniumDeprecated
setOptionChromeDriverPath, setOptionFirefoxBinaryPath, setOptionFirefoxDriverPath, setOptionIeDriverPath, setOptionPhantomJsBinaryPath
-
-
-
-
Constructor Detail
-
Selenium
public Selenium(ClientApi api)
-
-
Method Detail
-
optionBrowserExtensions
public ApiResponse optionBrowserExtensions() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
optionChromeBinaryPath
public ApiResponse optionChromeBinaryPath() throws ClientApiException
Returns the current path to Chrome binaryThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionChromeDriverPath
public ApiResponse optionChromeDriverPath() throws ClientApiException
Returns the current path to ChromeDriverThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionFirefoxBinaryPath
public ApiResponse optionFirefoxBinaryPath() throws ClientApiException
Returns the current path to Firefox binaryThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionFirefoxDriverPath
public ApiResponse optionFirefoxDriverPath() throws ClientApiException
Returns the current path to Firefox driver (geckodriver)This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionIeDriverPath
@Deprecated public ApiResponse optionIeDriverPath() throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
optionLastDirectory
public ApiResponse optionLastDirectory() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
optionPhantomJsBinaryPath
@Deprecated public ApiResponse optionPhantomJsBinaryPath() throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionChromeBinaryPath
public ApiResponse setOptionChromeBinaryPath(java.lang.String string) throws ClientApiException
Sets the current path to Chrome binaryThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionChromeDriverPath
public ApiResponse setOptionChromeDriverPath(java.lang.String string) throws ClientApiException
Sets the current path to ChromeDriverThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionFirefoxBinaryPath
public ApiResponse setOptionFirefoxBinaryPath(java.lang.String string) throws ClientApiException
Sets the current path to Firefox binaryThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionFirefoxDriverPath
public ApiResponse setOptionFirefoxDriverPath(java.lang.String string) throws ClientApiException
Sets the current path to Firefox driver (geckodriver)This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionIeDriverPath
@Deprecated public ApiResponse setOptionIeDriverPath(java.lang.String string) throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionLastDirectory
public ApiResponse setOptionLastDirectory(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionPhantomJsBinaryPath
@Deprecated public ApiResponse setOptionPhantomJsBinaryPath(java.lang.String string) throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-