Interface SupportsSafariIgnoreFraudWarningOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsSafariIgnoreFraudWarningOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to prevent Safari from showing a fraudulent website warning.default TEnforces to prevent Safari from showing a fraudulent website warning.default TsetSafariIgnoreFraudWarning(boolean value) Prevent Safari from showing a fraudulent website warning.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
-
SAFARI_IGNORE_FRAUD_WARNING_OPTION
- See Also:
-
-
Method Details
-
safariIgnoreFraudWarning
Enforces to prevent Safari from showing a fraudulent website warning.- Returns:
- self instance for chaining.
-
setSafariIgnoreFraudWarning
Prevent Safari from showing a fraudulent website warning. Default keeps current sim setting..- Parameters:
value- Whether to prevent Safari from showing a fraudulent website warning.- Returns:
- self instance for chaining.
-
doesSafariIgnoreFraudWarning
Get whether to prevent Safari from showing a fraudulent website warning.- Returns:
- True or false.
-