enum Playwright::Page::EventType

Defined in:

playwright/page.cr

Enum Members

CLOSE = 0
CONSOLE = 1
CRASH = 2
DIALOG = 3
DOMCONTENTLOADED = 4
DOWNLOAD = 5
FILECHOOSER = 6
FRAMEATTACHED = 7
FRAMEDETACHED = 8
FRAMENAVIGATED = 9
LOAD = 10
PAGEERROR = 11
POPUP = 12
REQUEST = 13
REQUESTFAILED = 14
REQUESTFINISHED = 15
RESPONSE = 16
WEBSOCKET = 17
WORKER = 18

Instance Method Summary

Instance Method Detail

def close? #

[View source]
def console? #

[View source]
def crash? #

[View source]
def dialog? #

[View source]
def domcontentloaded? #

[View source]
def download? #

[View source]
def filechooser? #

[View source]
def frameattached? #

[View source]
def framedetached? #

[View source]
def framenavigated? #

[View source]
def load? #

[View source]
def pageerror? #

[View source]
def popup? #

[View source]
def request? #

[View source]
def requestfailed? #

[View source]
def requestfinished? #

[View source]
def response? #

[View source]
def websocket? #

[View source]
def worker? #

[View source]