Interface SupportsAutodownloadOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
ChromiumOptions
public interface SupportsAutodownloadOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the auto download flag.default TsetAutodownloadEnabled(boolean autodownloadEnabled) Set to false for disabling automatic downloading of Chrome drivers.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
AUTODOWNLOAD_ENABLED
- See Also:
-
-
Method Details
-
setAutodownloadEnabled
Set to false for disabling automatic downloading of Chrome drivers. Unless disable build check preference has been user-set, the capability is present because the default value is true.- Parameters:
autodownloadEnabled- flag.- Returns:
- self instance for chaining.
-
isAutodownloadEnabled
Get the auto download flag.- Returns:
- auto download flag.
-