Interface SupportsPrebuiltWdaPathOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsPrebuiltWdaPathOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet prebuilt WebDriverAgent path.default TsetPrebuiltWdaPath(String path) The full path to the prebuilt WebDriverAgent-Runner application package to be installed if appium:usePreinstalledWDA capability is enabled.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
-
PREBUILT_WDA_PATH_OPTION
- See Also:
-
-
Method Details
-
setPrebuiltWdaPath
The full path to the prebuilt WebDriverAgent-Runner application package to be installed if appium:usePreinstalledWDA capability is enabled. The package's bundle identifier could be customized via appium:updatedWDABundleId capability.- Parameters:
path- The full path to the bundle .app file on the server file system.- Returns:
- self instance for chaining.
-
getPrebuiltWdaPath
Get prebuilt WebDriverAgent path.- Returns:
- The full path to the bundle .app file on the server file system.
-