class Playwright::Frame::WaitForNavigationOptions

Included Modules

Defined in:

playwright/frame.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(timeout = nil, url = nil, wait_until = nil) #

[View source]

Instance Method Detail

def glob #

[View source]
def glob=(val : String?) #

[View source]
def pattern #

[View source]
def pattern=(val : Regex?) #

[View source]
def predicate #

[View source]
def predicate=(val : String -> Bool?) #

[View source]
def timeout : Int32? #

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

[View source]
def url : String | Regex | Proc(String, Bool) | Nil | Nil #

[View source]
def url=(url : String | Regex | Proc(String, Bool) | Nil | Nil) #

[View source]
def wait_until : LoadState? #

[View source]
def wait_until=(wait_until : LoadState?) #

[View source]