class Playwright::BrowserContext::WaitForEventOptions

Defined in:

playwright/browsercontext.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(timeout : Int32 | Nil = nil, predicate : Nil | Playwright::Event(Playwright::BrowserContext::EventType) -> Bool = nil) #

[View source]

Instance Method Detail

def predicate : Event(EventType) -> Bool | Nil #

[View source]
def predicate=(predicate : Event(EventType) -> Bool | Nil) #

[View source]
def timeout : Int32 | Nil #

[View source]
def timeout=(timeout : Int32 | Nil) #

[View source]