class Playwright::Frame::WaitForFunctionOptions

Included Modules

Defined in:

playwright/frame.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def polling : Int32? #

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

[View source]
def timeout : Int32? #

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

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

[View source]
def with_request_animation_frame #

[View source]