FrameQueryOptions
Playwright\Page\Options\FrameQueryOptions
Constructor options
| Option | Type | Default |
|---|---|---|
| name | ?string | null |
| url | ?string | null |
| urlRegex | ?string | null |
Methods
__construct()
function __construct( public ?string $name = null, public ?string $url = null, public ?string $urlRegex = null, )
toArray()
arrayfunction toArray(): array
from()
selffunction from(array|self $options = []): self