Uses of Class
com.microsoft.playwright.Browser.StartTracingOptions
-
Packages that use Browser.StartTracingOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.util.List<java.lang.String> categories)specify custom categories to use instead of default.Browser.StartTracingOptionsBrowser.StartTracingOptions. setPath(java.nio.file.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. -
Uses of Browser.StartTracingOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Browser.StartTracingOptions Modifier and Type Method Description voidBrowserImpl. startTracing(Page page, Browser.StartTracingOptions options)private voidBrowserImpl. startTracingImpl(Page page, Browser.StartTracingOptions options)
-