Uses of Class
com.microsoft.playwright.Tracing.StartChunkOptions
-
Packages that use Tracing.StartChunkOptions Package Description com.microsoft.playwright -
-
Uses of Tracing.StartChunkOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Tracing.StartChunkOptions Modifier and Type Method Description Tracing.StartChunkOptionsTracing.StartChunkOptions. setName(String name)If specified, intermediate trace files are going to be saved into the files with the given name prefix inside thetracesDirfolder specified inBrowserType.launch().Tracing.StartChunkOptionsTracing.StartChunkOptions. setTitle(String title)Trace name to be shown in the Trace Viewer.Methods in com.microsoft.playwright with parameters of type Tracing.StartChunkOptions Modifier and Type Method Description voidTracing. startChunk(Tracing.StartChunkOptions options)Start a new trace chunk.
-