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