StartHarOptions

Playwright\Tracing\Options\StartHarOptions

Constructor options

OptionTypeDefault
content ?string null
mode ?string null
resourcesDir ?string null
urlFilter string|Regex|null null

Methods

__construct()

function __construct( public ?string $content = null, public ?string $mode = null, public ?string $resourcesDir = null, public string|Regex|null $urlFilter = null, )

toArray()

array
function toArray(): array

from()

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