AssertionOptions
Playwright\Assertions\AssertionOptions
Constructor options
| Option | Type | Default |
|---|---|---|
| timeoutMs | ?int | null |
| intervalMs | ?int | 100 |
| message | ?string | null |
| strict | ?bool | null |
| ignoreCase | ?bool | null |
| useInnerText | ?bool | null |
| ratio | ?float | null |
Methods
__construct()
function __construct( public ?int $timeoutMs = null, public ?int $intervalMs = 100, public ?string $message = null, public ?bool $strict = null, public ?bool $ignoreCase = null, public ?bool $useInnerText = null, public ?float $ratio = null, )