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§
- Popup
Manager - Manager for page-level popup events.
- Wait
ForPopup Builder - Builder for waiting for a popup during an action.
Type Aliases§
- Popup
Event Handler - Type alias for the popup event handler function.