public interface SupportsShutdownOtherSimulatorsOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHUTDOWN_OTHER_SIMULATORS_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesShutdownOtherSimulators()
Get whether to shutdown of other booted simulators except of the current one.
|
default T |
setShutdownOtherSimulators(boolean value)
If this capability set to true and the current device under test is an iOS
Simulator then Appium will try to shutdown all the other running Simulators
before to start a new session.
|
default T |
shutdownOtherSimulators()
Enforce shutdown of other booted simulators except of the current one.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SHUTDOWN_OTHER_SIMULATORS_OPTION
default T shutdownOtherSimulators()
default T setShutdownOtherSimulators(boolean value)
value - Whether shutdown of other booted simulators except of the current one.default java.util.Optional<java.lang.Boolean> doesShutdownOtherSimulators()