Class Browser.StartTracingOptions

  • Enclosing interface:
    Browser

    public static class Browser.StartTracingOptions
    extends Object
    • Field Detail

      • categories

        public List<String> categories
        specify custom categories to use instead of default.
      • path

        public Path path
        A path to write the trace file to.
      • screenshots

        public Boolean screenshots
        captures screenshots in the trace.
    • Constructor Detail

      • StartTracingOptions

        public StartTracingOptions()