Class Browser.StartTracingOptions

java.lang.Object
com.microsoft.playwright.Browser.StartTracingOptions
Enclosing interface:
Browser

public static class Browser.StartTracingOptions extends Object
  • Field Details

    • 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 Details

    • StartTracingOptions

      public StartTracingOptions()
  • Method Details