public interface SupportsDerivedDataPathOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DERIVED_DATA_PATH_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getDerivedDataPath()
Get the path to the derived data WDA folder.
|
default T |
setDerivedDataPath(java.lang.String path)
Use along with usePrebuiltWDA capability and choose where to search for the existing WDA app.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String DERIVED_DATA_PATH_OPTION
default T setDerivedDataPath(java.lang.String path)
path - Derived data folder path.default java.util.Optional<java.lang.String> getDerivedDataPath()