DblClickOptions

Playwright\Locator\Options\DblClickOptions

Constructor options

OptionTypeDefault
button ?string null
delay ?float null
modifiers ?array null
position ?array null
force ?bool null
noWaitAfter ?bool null
steps ?int null
timeout ?float null
trial ?bool null

Methods

__construct()

function __construct( public ?string $button = null, public ?float $delay = null, public ?array $modifiers = null, public ?array $position = null, public ?bool $force = null, public ?bool $noWaitAfter = null, public ?int $steps = null, public ?float $timeout = null, public ?bool $trial = null, )

toArray()

array
function toArray(): array

from()

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