StartHarOptions
Playwright\Tracing\Options\StartHarOptions
Constructor options
| Option | Type | Default |
|---|---|---|
| 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()
arrayfunction toArray(): array
from()
selffunction from(array|self $options = []): self