class Playwright::Page::WaitForFunctionOptions

Included Modules

Defined in:

playwright/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(polling : Int32 | Nil = nil, timeout : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def polling : Int32 | Nil #

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

[View source]
def timeout : Int32 | Nil #

maximum time to wait for in milliseconds. Defaults to 30000 (30 seconds). Pass 0 to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout).


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

maximum time to wait for in milliseconds. Defaults to 30000 (30 seconds). Pass 0 to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout).


[View source]
def with_polling_interval(millis : Int32) #

[View source]
def with_request_animation_frame #

[View source]