Class SeleniumDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.SeleniumDeprecated
-
- Direct Known Subclasses:
Selenium
public class SeleniumDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description SeleniumDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
setOptionChromeDriverPath(java.lang.String apikey, java.lang.String string)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionFirefoxBinaryPath(java.lang.String apikey, java.lang.String string)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionFirefoxDriverPath(java.lang.String apikey, java.lang.String string)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionIeDriverPath(java.lang.String apikey, java.lang.String string)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionPhantomJsBinaryPath(java.lang.String apikey, java.lang.String string)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.
-
-
-
Constructor Detail
-
SeleniumDeprecated
public SeleniumDeprecated(ClientApi api)
-
-
Method Detail
-
setOptionChromeDriverPath
@Deprecated public ApiResponse setOptionChromeDriverPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).Sets the current path to ChromeDriverThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionFirefoxBinaryPath
@Deprecated public ApiResponse setOptionFirefoxBinaryPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).Sets the current path to Firefox binaryThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionFirefoxDriverPath
@Deprecated public ApiResponse setOptionFirefoxDriverPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).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 apikey, java.lang.String string) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).Sets the current path to IEDriverServerThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionPhantomJsBinaryPath
@Deprecated public ApiResponse setOptionPhantomJsBinaryPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).Sets the current path to PhantomJS binaryThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
-