SelectOptionOptions

Playwright\Locator\Options\SelectOptionOptions

Constructor options

OptionTypeDefault
force ?bool null
noWaitAfter ?bool null
timeout ?float null

Methods

__construct()

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

toArray()

array
function toArray(): array

from()

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