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, setOptionPhantomJsBinaryPathpublic Selenium(ClientApi api)
public ApiResponse optionBrowserExtensions() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionChromeBinaryPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse optionChromeDriverPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse optionFirefoxBinaryPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic 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
ClientApiExceptionpublic ApiResponse optionLastDirectory() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionPhantomJsBinaryPath() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse setOptionChromeBinaryPath(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse setOptionChromeDriverPath(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse setOptionFirefoxBinaryPath(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic 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
ClientApiExceptionpublic ApiResponse setOptionLastDirectory(java.lang.String string) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionPhantomJsBinaryPath(java.lang.String string) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException