public interface SupportsSimulatorDevicesSetPathOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SIMULATOR_DEVICES_SET_PATH_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getSimulatorDevicesSetPath()
Get the alternative path to the simulator devices set.
|
default T |
setSimulatorDevicesSetPath(java.lang.String path)
This capability allows to set an alternative path to the simulator devices
set in case you have multiple sets deployed on your local system.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SIMULATOR_DEVICES_SET_PATH_OPTION
default T setSimulatorDevicesSetPath(java.lang.String path)
path - Alternative path to the simulator devices set.default java.util.Optional<java.lang.String> getSimulatorDevicesSetPath()