FrameQueryOptions

Playwright\Page\Options\FrameQueryOptions

Constructor options

OptionTypeDefault
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()

array
function toArray(): array

from()

self
function from(array|self $options = []): self