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