public interface SupportsUseNativeCachingStrategyOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
USE_NATIVE_CACHING_STRATEGY_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesUseNativeCachingStrategy()
Get whether to use the native caching strategy.
|
default T |
setUseNativeCachingStrategy(boolean value)
Set this capability to false in order to use the custom elements caching
strategy.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String USE_NATIVE_CACHING_STRATEGY_OPTION
default T setUseNativeCachingStrategy(boolean value)
value - Whether to use the native caching strategy.default java.util.Optional<java.lang.Boolean> doesUseNativeCachingStrategy()