public interface SupportsAutodownloadOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTODOWNLOAD_ENABLED |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
isAutodownloadEnabled()
Get the auto download flag.
|
default T |
setAutodownloadEnabled(boolean autodownloadEnabled)
Set to false for disabling automatic downloading of Chrome drivers.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String AUTODOWNLOAD_ENABLED
default T setAutodownloadEnabled(boolean autodownloadEnabled)
autodownloadEnabled - flag.default java.util.Optional<java.lang.Boolean> isAutodownloadEnabled()