public class Selenium extends SeleniumDeprecated
Modifier and Type | Method and Description |
---|---|
ApiResponse |
optionBrowserExtensions()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionChromeBinaryPath()
Returns the current path to Chrome binary
|
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 |
optionLastDirectory()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionPhantomJsBinaryPath()
Returns the current path to PhantomJS binary
|
ApiResponse |
setOptionChromeBinaryPath(java.lang.String string)
Sets the current path to Chrome 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 |
setOptionLastDirectory(java.lang.String string)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionPhantomJsBinaryPath(java.lang.String string)
Sets the current path to PhantomJS binary
|
setOptionChromeDriverPath, setOptionFirefoxBinaryPath, setOptionFirefoxDriverPath, setOptionIeDriverPath, setOptionPhantomJsBinaryPath
public Selenium(ClientApi api)
public ApiResponse optionBrowserExtensions() throws ClientApiException
ClientApiException
public ApiResponse optionChromeBinaryPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
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 optionLastDirectory() 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 setOptionChromeBinaryPath(java.lang.String string) 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 setOptionLastDirectory(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