class

Playwright::Frame::WaitForFunctionOptions

Inherits JSON::Serializable / Reference / Object

Constructors

new(polling : Int32 | Nil = nil, timeout : Int32 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

polling
Source
polling=(polling : Int32 | Nil)
Source
timeout

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).

Source
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).

Source
with_polling_interval(millis : Int32)
Source
with_request_animation_frame
Source