SelectTextOptions
Playwright\Locator\Options\SelectTextOptions
Constructor options
| Option | Type | Default |
|---|---|---|
| force | ?bool | null |
| timeout | ?float | null |
Methods
__construct()
function __construct( public ?bool $force = null, public ?float $timeout = null, )
toArray()
arrayfunction toArray(): array
from()
selffunction from(array|self $options = []): self