public class Selenium
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ApiResponse |
optionChromeDriverPath()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionIeDriverPath()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionPhantomJsBinaryPath()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionChromeDriverPath(java.lang.String apikey,
java.lang.String string)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionIeDriverPath(java.lang.String apikey,
java.lang.String string)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionPhantomJsBinaryPath(java.lang.String apikey,
java.lang.String string)
This component is optional and therefore the API will only work if it is installed
|
public Selenium(ClientApi api)
public ApiResponse optionChromeDriverPath() throws ClientApiException
ClientApiException
public ApiResponse optionIeDriverPath() throws ClientApiException
ClientApiException
public ApiResponse optionPhantomJsBinaryPath() throws ClientApiException
ClientApiException
public ApiResponse setOptionChromeDriverPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApiException
public ApiResponse setOptionIeDriverPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApiException
public ApiResponse setOptionPhantomJsBinaryPath(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApiException