SetCheckedOptions

Playwright\Locator\Options\SetCheckedOptions

Constructor options

OptionTypeDefault
position ?array null
force ?bool null
noWaitAfter ?bool null
timeout ?float null
trial ?bool null

Methods

__construct()

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

toArray()

array
function toArray(): array

from()

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