Name Description Size
DialogHandler.sys.mjs Helper dedicated to detect and interact with browser dialogs such as `alert`, `confirm` etc. The current implementation only supports tabmodal dialogs, not full window dialogs. Emits "dialog-loaded" when a javascript dialog is opened for the current browser. @param {BrowserElement} browser 3063