GotoOptions

Playwright\Page\Options\GotoOptions

Constructor options

OptionTypeDefault
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()

array
function toArray(): array

from()

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