Class Tracing.StartChunkOptions

  • Enclosing interface:
    Tracing

    public static class Tracing.StartChunkOptions
    extends Object
    • Field Detail

      • name

        public String name
        If specified, intermediate trace files are going to be saved into the files with the given name prefix inside the tracesDir folder specified in BrowserType.launch(). To specify the final trace zip file name, you need to pass path option to Tracing.stopChunk() instead.
      • title

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

      • StartChunkOptions

        public StartChunkOptions()