public interface SupportsWebDriverAgentMacUrlOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WEB_DRIVER_AGENT_MAC_URL_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.net.URL> |
getWebDriverAgentMacUrl()
Get the URL Appium will connect to an existing WebDriverAgentMac
instance.
|
default T |
setWebDriverAgentMacUrl(java.lang.String url)
Set the URL Appium will connect to an existing WebDriverAgentMac
instance at this URL instead of starting a new one.
|
default T |
setWebDriverAgentMacUrl(java.net.URL url)
Set the URL Appium will connect to an existing WebDriverAgentMac
instance at this URL instead of starting a new one.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String WEB_DRIVER_AGENT_MAC_URL_OPTION
default T setWebDriverAgentMacUrl(java.net.URL url)
url
- E.g. "http://192.168.10.1:10101"default T setWebDriverAgentMacUrl(java.lang.String url)
url
- E.g. "http://192.168.10.1:10101"default java.util.Optional<java.net.URL> getWebDriverAgentMacUrl()