class Playwright::BrowserContext::WaitForEventOptions
- Playwright::BrowserContext::WaitForEventOptions
- Reference
- Object
Defined in:
playwright/browsercontext.crConstructors
Instance Method Summary
- #predicate : Event(EventType) -> Bool | Nil
- #predicate=(predicate : Event(EventType) -> Bool | Nil)
- #timeout : Int32 | Nil
- #timeout=(timeout : Int32 | Nil)
Constructor Detail
def self.new(timeout : Int32 | Nil = nil, predicate : Nil | Playwright::Event(Playwright::BrowserContext::EventType) -> Bool = nil)
#