StartChunkOptions

Playwright\Tracing\Options\StartChunkOptions

Constructor options

OptionTypeDefault
name ?string null
title ?string null

Methods

__construct()

function __construct( public ?string $name = null, public ?string $title = null, )

toArray()

array
function toArray(): array

from()

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