struct Protocol::Page::JavascriptDialogClosed
- Protocol::Page::JavascriptDialogClosed
- Struct
- Value
- Object
Overview
Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#result : Bool
Whether dialog was confirmed.
-
#user_input : String
User input in case of prompt.