Interface SupportsUnhandledPromptBehaviorOption<T extends BaseOptions<T>>

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

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

  • Method Details

    • setUnhandledPromptBehavior

      default T setUnhandledPromptBehavior(UnhandledPromptBehavior strategy)
      Defines the current session’s page load strategy.
      Parameters:
      strategy - Page load strategy.
      Returns:
      self instance for chaining.
    • getUnhandledPromptBehavior

      default Optional<UnhandledPromptBehavior> getUnhandledPromptBehavior()
      Get the current session’s page load strategy.
      Returns:
      Page load strategy.