public class Selenium extends SeleniumDeprecated
Modifier and Type | Method and Description |
---|---|
ApiResponse |
optionChromeDriverPath()
Returns the current path to ChromeDriver
|
ApiResponse |
optionFirefoxBinaryPath()
Returns the current path to Firefox binary
|
ApiResponse |
optionFirefoxDriverPath()
Returns the current path to Firefox driver (geckodriver)
|
ApiResponse |
optionIeDriverPath()
Deprecated.
|
ApiResponse |
optionPhantomJsBinaryPath()
Returns the current path to PhantomJS binary
|
ApiResponse |
setOptionChromeDriverPath(java.lang.String string)
Sets the current path to ChromeDriver
|
ApiResponse |
setOptionFirefoxBinaryPath(java.lang.String string)
Sets the current path to Firefox binary
|
ApiResponse |
setOptionFirefoxDriverPath(java.lang.String string)
Sets the current path to Firefox driver (geckodriver)
|
ApiResponse |
setOptionIeDriverPath(java.lang.String string)
Deprecated.
|
ApiResponse |
setOptionPhantomJsBinaryPath(java.lang.String string)
Sets the current path to PhantomJS binary
|
setOptionChromeDriverPath, setOptionFirefoxBinaryPath, setOptionFirefoxDriverPath, setOptionIeDriverPath, setOptionPhantomJsBinaryPath
public Selenium(ClientApi api)
public ApiResponse optionChromeDriverPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse optionFirefoxBinaryPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse optionFirefoxDriverPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
@Deprecated public ApiResponse optionIeDriverPath() throws ClientApiException
ClientApiException
public ApiResponse optionPhantomJsBinaryPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse setOptionChromeDriverPath(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse setOptionFirefoxBinaryPath(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse setOptionFirefoxDriverPath(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
@Deprecated public ApiResponse setOptionIeDriverPath(java.lang.String string) throws ClientApiException
ClientApiException
public ApiResponse setOptionPhantomJsBinaryPath(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException