struct Protocol::Page::JavascriptDialogClosed

Overview

Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def result : Bool #

Whether dialog was confirmed.


[View source]
def user_input : String #

User input in case of prompt.


[View source]