Package com.microsoft.playwright
Class Tracing.StartChunkOptions
- java.lang.Object
-
- com.microsoft.playwright.Tracing.StartChunkOptions
-
- Enclosing interface:
- Tracing
public static class Tracing.StartChunkOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringnameIf specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch().java.lang.StringtitleTrace name to be shown in the Trace Viewer.
-
Constructor Summary
Constructors Constructor Description StartChunkOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracing.StartChunkOptionssetName(java.lang.String name)If specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch().Tracing.StartChunkOptionssetTitle(java.lang.String title)Trace name to be shown in the Trace Viewer.
-
-
-
Field Detail
-
name
public java.lang.String name
If specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch().
-
title
public java.lang.String title
Trace name to be shown in the Trace Viewer.
-
-
Method Detail
-
setName
public Tracing.StartChunkOptions setName(java.lang.String name)
If specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch().
-
setTitle
public Tracing.StartChunkOptions setTitle(java.lang.String title)
Trace name to be shown in the Trace Viewer.
-
-