Interface SupportsResultBundlePathOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsResultBundlePathOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the path where the resulting XCTest bundle should be stored.default TsetResultBundlePath(String path) Specify the path to the result bundle path as xcodebuild argument for WebDriverAgent build under a security flag.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
-
RESULT_BUNDLE_PATH_OPTION
- See Also:
-
-
Method Details
-
setResultBundlePath
Specify the path to the result bundle path as xcodebuild argument for WebDriverAgent build under a security flag. WebDriverAgent process must start/stop every time to pick up changed value of this property. Specifying useNewWDA to true may help there. Please read man xcodebuild for more details.- Parameters:
path- The path where the resulting XCTest bundle should be stored.- Returns:
- self instance for chaining.
-
getResultBundlePath
Get the path where the resulting XCTest bundle should be stored.- Returns:
- XCTest result bundle path.
-