public interface SupportsSkipAppKillOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SKIP_APP_KILL_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesSkipAppKill()
Get whether to skip the termination of the application under test.
|
default T |
setSkipAppKill(boolean value)
Set whether to skip the termination of the application under test
when the testing session quits.
|
default T |
skipAppKill()
Enforces skipping the termination of the application under test
when the testing session quits.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SKIP_APP_KILL_OPTION
default T skipAppKill()
default T setSkipAppKill(boolean value)
value - True to skip the termination of the application under test.default java.util.Optional<java.lang.Boolean> doesSkipAppKill()