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
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<Boolean>
    Get whether to prevent Safari from showing a fraudulent website warning.
    default T
    Enforces to prevent Safari from showing a fraudulent website warning.
    default T
    Prevent Safari from showing a fraudulent website warning.

    Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability

    amend, setCapability

    Methods inherited from interface org.openqa.selenium.Capabilities

    asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
  • Field Details

  • Method Details

    • safariIgnoreFraudWarning

      default T safariIgnoreFraudWarning()
      Enforces to prevent Safari from showing a fraudulent website warning.
      Returns:
      self instance for chaining.
    • setSafariIgnoreFraudWarning

      default T setSafariIgnoreFraudWarning(boolean value)
      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

      default Optional<Boolean> doesSafariIgnoreFraudWarning()
      Get whether to prevent Safari from showing a fraudulent website warning.
      Returns:
      True or false.