public class SeleniumDeprecated
extends java.lang.Object
Constructor and Description |
---|
SeleniumDeprecated(ClientApi api) |
Modifier and Type | Method and 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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
public SeleniumDeprecated(ClientApi api)
@Deprecated public ApiResponse setOptionChromeDriverPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).This component is optional and therefore the API will only work if it is installed
ClientApiException
@Deprecated public ApiResponse setOptionFirefoxBinaryPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).This component is optional and therefore the API will only work if it is installed
ClientApiException
@Deprecated public ApiResponse setOptionFirefoxDriverPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).This component is optional and therefore the API will only work if it is installed
ClientApiException
@Deprecated public ApiResponse setOptionIeDriverPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).This component is optional and therefore the API will only work if it is installed
ClientApiException
@Deprecated public ApiResponse setOptionPhantomJsBinaryPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).This component is optional and therefore the API will only work if it is installed
ClientApiException