public interface SupportsChromedriverDisableBuildCheckOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHROMEDRIVER_DISABLE_BUILD_CHECK_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default T |
chromedriverDisableBuildCheck()
Disables the compatibility validation between the current chromedriver
and the destination browser/web view.
|
default java.util.Optional<java.lang.Boolean> |
doesChromedriverDisableBuildCheck()
Get whether to disable the compatibility validation between the current
chromedriver and the destination browser/web view.
|
default T |
setChromedriverDisableBuildCheck(boolean value)
Being set to true disables the compatibility validation between the current
chromedriver and the destination browser/web view.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String CHROMEDRIVER_DISABLE_BUILD_CHECK_OPTION
default T chromedriverDisableBuildCheck()
default T setChromedriverDisableBuildCheck(boolean value)
value - Whether to enable the validation.default java.util.Optional<java.lang.Boolean> doesChromedriverDisableBuildCheck()