Class Tracing.StartChunkOptions

  • Enclosing interface:
    Tracing

    public static class Tracing.StartChunkOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.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().
      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 the tracesDir folder specified in BrowserType.launch().
      • title

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

      • StartChunkOptions

        public StartChunkOptions()