TypeOptions

Playwright\Page\Options\TypeOptions

Constructor options

OptionTypeDefault
delay ?float null
noWaitAfter ?bool null
timeout ?float null
strict ?bool null

Methods

__construct()

function __construct( public ?float $delay = null, public ?bool $noWaitAfter = null, public ?float $timeout = null, public ?bool $strict = null, )

toArray()

array
function toArray(): array

from()

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