Package com.microsoft.playwright
Class Tracing.StartChunkOptions
java.lang.Object
com.microsoft.playwright.Tracing.StartChunkOptions
- Enclosing interface:
Tracing
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch().Trace name to be shown in the Trace Viewer. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch().Trace name to be shown in the Trace Viewer.
-
Field Details
-
name
If specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch(). -
title
Trace name to be shown in the Trace Viewer.
-
-
Constructor Details
-
StartChunkOptions
public StartChunkOptions()
-
-
Method Details
-
setName
If specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch(). -
setTitle
Trace name to be shown in the Trace Viewer.
-