Interface SupportsSafariOpenLinksInBackgroundOption<T extends BaseOptions<T>>

All Superinterfaces:
CanSetCapability<T>, org.openqa.selenium.Capabilities, Serializable
All Known Implementing Classes:
XCUITestOptions

public interface SupportsSafariOpenLinksInBackgroundOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
  • Field Details

  • Method Details

    • safariOpenLinksInBackground

      default T safariOpenLinksInBackground()
      Enforces Safari to open links in new windows.
      Returns:
      self instance for chaining.
    • setSafariOpenLinksInBackground

      default T setSafariOpenLinksInBackground(boolean value)
      Whether Safari should allow links to open in new windows. Default keeps current sim setting.
      Parameters:
      value - Whether Safari should allow links to open in new windows.
      Returns:
      self instance for chaining.
    • doesSafariOpenLinksInBackground

      default Optional<Boolean> doesSafariOpenLinksInBackground()
      Get whether Safari should allow links to open in new windows.
      Returns:
      True or false.