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