public interface SupportsSkipServerInstallationOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SKIP_SERVER_INSTALLATION_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesSkipServerInstallation()
Get whether to skip the server components installation
on the device under test and all the related checks.
|
default T |
setSkipServerInstallation(boolean value)
Set whether to skip the server components installation
on the device under test and all the related checks.
|
default T |
skipServerInstallation()
Enables skipping of the server components installation
on the device under test and all the related checks.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SKIP_SERVER_INSTALLATION_OPTION
default T skipServerInstallation()
default T setSkipServerInstallation(boolean value)
value - True to skip the server installation.default java.util.Optional<java.lang.Boolean> doesSkipServerInstallation()