Interface SupportsUsePreinstalledWdaOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsUsePreinstalledWdaOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.default TsetUsePreinstalledWda(boolean value) Whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.default TWhether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.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
-
USE_PREINSTALLED_WDA_OPTION
- See Also:
-
-
Method Details
-
usePreinstalledWda
Whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.- Returns:
- self instance for chaining.
-
setUsePreinstalledWda
Whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client. Defaults to false.- Parameters:
value- Either true or false.- Returns:
- self instance for chaining.
-
doesUsePreinstalledWda
Get whether to launch a preinstalled WebDriverAgentRunner application using a custom XCTest API client.- Returns:
- True or false.
-