public interface SupportsResultBundlePathOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESULT_BUNDLE_PATH_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getResultBundlePath()
Get the path where the resulting XCTest bundle should be stored.
|
default T |
setResultBundlePath(java.lang.String path)
Specify the path to the result bundle path as xcodebuild argument for
WebDriverAgent build under a security flag.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String RESULT_BUNDLE_PATH_OPTION
default T setResultBundlePath(java.lang.String path)
path - The path where the resulting XCTest bundle should be stored.default java.util.Optional<java.lang.String> getResultBundlePath()