Interface SupportsDerivedDataPathOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsDerivedDataPathOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the path to the derived data WDA folder.default TsetDerivedDataPath(String path) Use along with usePrebuiltWDA capability and choose where to search for the existing 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
-
DERIVED_DATA_PATH_OPTION
- See Also:
-
-
Method Details
-
setDerivedDataPath
Use along with usePrebuiltWDA capability and choose where to search for the existing WDA app. If the capability is not set then Xcode will store the derived data in the default root taken from preferences. It also makes sense to choose different folders for parallel WDA sessions.- Parameters:
path- Derived data folder path.- Returns:
- self instance for chaining.
-
getDerivedDataPath
Get the path to the derived data WDA folder.- Returns:
- Derived data folder path.
-