JavascriptDialogOpeningParameter
@Serializable
Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.
Properties
Link copied to clipboard
Default dialog prompt.
Link copied to clipboard
True iff browser is capable showing or acting on the given dialog. When browser has no dialog handler for given target, calling alert while Page domain is engaged will stall the page execution. Execution can be resumed via calling Page.handleJavaScriptDialog.
Link copied to clipboard
Dialog type.