WaitForFunctionOptions
Playwright\Page\Options\WaitForFunctionOptions
Constructor options
| Option | Type | Default | 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()
arrayfunction toArray(): array
from()
selffunction from(array|self $options = []): self