Class Tracing.StartChunkOptions

java.lang.Object
com.microsoft.playwright.Tracing.StartChunkOptions
Enclosing interface:
Tracing

public static class Tracing.StartChunkOptions extends Object
  • Field Details

    • name

      public String name
      If specified, the trace is going to be saved into the file with the given name inside the tracesDir folder specified in BrowserType.launch().
    • title

      public String title
      Trace name to be shown in the Trace Viewer.
  • Constructor Details

    • StartChunkOptions

      public StartChunkOptions()
  • Method Details