Interface SupportsBuildCheckOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
ChromiumOptions
public interface SupportsBuildCheckOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet disable build check flag.default TsetBuildCheckDisabled(boolean buildCheckDisabled) Set to true to add the --disable-build-check flag when starting WebDriver.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
-
DISABLE_BUILD_CHECK
- See Also:
-
-
Method Details
-
setBuildCheckDisabled
Set to true to add the --disable-build-check flag when starting WebDriver. Unless disable build check preference has been user-set, the capability is not present because the default value is false.- Parameters:
buildCheckDisabled- flag for --disable-build-check.- Returns:
- self instance for chaining.
-
isBuildCheckDisabled
Get disable build check flag.- Returns:
- disable build check flag.
-