public interface SupportsSuppressKillServerOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SUPPRESS_KILL_SERVER_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Boolean> |
doesSuppressKillServer()
Get whether to prevent the driver from ever killing the ADB server explicitly.
|
default T |
setSuppressKillServer(boolean value)
Being set to true prevents the driver from ever killing the ADB server explicitly.
|
default T |
suppressKillServer()
Prevents the driver from ever killing the ADB server explicitl.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String SUPPRESS_KILL_SERVER_OPTION
default T suppressKillServer()
default T setSuppressKillServer(boolean value)
value
- Whether to prevent the driver from ever killing the ADB server explicitly.default java.util.Optional<java.lang.Boolean> doesSuppressKillServer()