Module popup

Module popup 

Source
Expand description

Popup window handling.

This module provides functionality for detecting and handling popup windows that are opened by JavaScript code (e.g., via window.open()).

Structs§

PopupManager
Manager for page-level popup events.
WaitForPopupBuilder
Builder for waiting for a popup during an action.

Type Aliases§

PopupEventHandler
Type alias for the popup event handler function.