Interface SupportsUsePrebuiltWdaOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsUsePrebuiltWdaOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to skip the build phase of running the WDA app.default TsetUsePrebuiltWda(boolean value) Skips the build phase of running the WDA app.default TEnforce to skip the build phase of running the WDA app.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_PREBUILT_WDA_OPTION
- See Also:
-
-
Method Details
-
usePrebuiltWda
Enforce to skip the build phase of running the WDA app.- Returns:
- self instance for chaining.
-
setUsePrebuiltWda
Skips the build phase of running the WDA app. Building is then the responsibility of the user. Only works for Xcode 8+. Defaults to false.- Parameters:
value- Whether to skip the build phase of running the WDA app.- Returns:
- self instance for chaining.
-
doesUsePrebuiltWda
Get whether to skip the build phase of running the WDA app.- Returns:
- True or false.
-