Uses of Class
com.microsoft.playwright.Browser.StartTracingOptions
-
Packages that use Browser.StartTracingOptions Package Description com.microsoft.playwright -
-
Uses of Browser.StartTracingOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Browser.StartTracingOptions Modifier and Type Method Description Browser.StartTracingOptionsBrowser.StartTracingOptions. setCategories(List<String> categories)specify custom categories to use instead of default.Browser.StartTracingOptionsBrowser.StartTracingOptions. setPath(Path path)A path to write the trace file to.Browser.StartTracingOptionsBrowser.StartTracingOptions. setScreenshots(boolean screenshots)captures screenshots in the trace.Methods in com.microsoft.playwright with parameters of type Browser.StartTracingOptions Modifier and Type Method Description voidBrowser. startTracing(Page page, Browser.StartTracingOptions options)NOTE: This API controls Chromium Tracing which is a low-level chromium-specific debugging tool.
-