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