Interface SupportsWdaBaseUrlOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsWdaBaseUrlOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet a prefix to build a custom WebDriverAgent URL.default TsetWdaBaseUrl(String url) This value, if specified, will be used as a prefix to build a custom WebDriverAgent url.default TsetWdaBaseUrl(URL url) This value, if specified, will be used as a prefix to build a custom WebDriverAgent url.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
-
WDA_BASE_URL_OPTION
- See Also:
-
-
Method Details
-
setWdaBaseUrl
This value, if specified, will be used as a prefix to build a custom WebDriverAgent url. It is different from webDriverAgentUrl, because if the latter is set then it expects WebDriverAgent to be already listening and skips the building phase. Defaults to http://localhost.- Parameters:
url- The URL prefix.- Returns:
- self instance for chaining.
-
setWdaBaseUrl
This value, if specified, will be used as a prefix to build a custom WebDriverAgent url. It is different from webDriverAgentUrl, because if the latter is set then it expects WebDriverAgent to be already listening and skips the building phase. Defaults to http://localhost.- Parameters:
url- The URL prefix.- Returns:
- self instance for chaining.
-
getWdaBaseUrl
Get a prefix to build a custom WebDriverAgent URL.- Returns:
- The URL prefix.
-