WaitForSelectorOptions

Playwright\Page\Options\WaitForSelectorOptions

Constructor options

OptionTypeDefault
state ?string null
timeout ?float null
strict ?bool null

Methods

__construct()

function __construct( public ?string $state = null, public ?float $timeout = null, public ?bool $strict = null, )

toArray()

array
function toArray(): array

from()

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