WaitForFunctionOptions

Playwright\Page\Options\WaitForFunctionOptions

Constructor options

OptionTypeDefault Description
timeout ?float null Timeout in ms
polling float|string|null null Polling-Intervall in ms oder 'raf'

Methods

__construct()

function __construct( public ?float $timeout = null, public float|string|null $polling = null, )

toArray()

array
function toArray(): array

from()

self
function from(array|self $options = []): self