WaitForNavigationOptions
Playwright\Page\Options\WaitForNavigationOptions
Constructor options
| Option | Type | Default |
|---|---|---|
| timeout | ?float | null |
| url | ?string | null |
| waitUntil | ?string | null |
Methods
__construct()
function __construct( public ?float $timeout = null, public ?string $url = null, public ?string $waitUntil = null, )
toArray()
arrayfunction toArray(): array
from()
selffunction from(array|self $options = []): self