Package com.microsoft.playwright
Class Tracing.StartChunkOptions
- java.lang.Object
-
- com.microsoft.playwright.Tracing.StartChunkOptions
-
-
Constructor Summary
Constructors Constructor Description StartChunkOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracing.StartChunkOptions
setTitle(String title)
Trace name to be shown in the Trace Viewer.
-
-
-
Field Detail
-
title
public String title
Trace name to be shown in the Trace Viewer.
-
-
Method Detail
-
setTitle
public Tracing.StartChunkOptions setTitle(String title)
Trace name to be shown in the Trace Viewer.
-
-