Interface SupportsWebDriverAgentMacUrlOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
Mac2Options
public interface SupportsWebDriverAgentMacUrlOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the URL Appium will connect to an existing WebDriverAgentMac instance.default TSet the URL Appium will connect to an existing WebDriverAgentMac instance at this URL instead of starting a new one.default TSet the URL Appium will connect to an existing WebDriverAgentMac instance at this URL instead of starting a new one.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
WEB_DRIVER_AGENT_MAC_URL_OPTION
- See Also:
-
-
Method Details
-
setWebDriverAgentMacUrl
Set the URL Appium will connect to an existing WebDriverAgentMac instance at this URL instead of starting a new one.- Parameters:
url- E.g. "http://192.168.10.1:10101"- Returns:
- self instance for chaining.
-
setWebDriverAgentMacUrl
Set the URL Appium will connect to an existing WebDriverAgentMac instance at this URL instead of starting a new one.- Parameters:
url- E.g. "http://192.168.10.1:10101"- Returns:
- self instance for chaining.
-
getWebDriverAgentMacUrl
Get the URL Appium will connect to an existing WebDriverAgentMac instance.- Returns:
- Server URL.
-