Uses of Class
com.microsoft.playwright.Browser.StartTracingOptions
Packages that use Browser.StartTracingOptions
-
Uses of Browser.StartTracingOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Browser.StartTracingOptionsModifier and TypeMethodDescriptionBrowser.StartTracingOptions.setCategories(List<String> categories) specify custom categories to use instead of default.A path to write the trace file to.Browser.StartTracingOptions.setScreenshots(boolean screenshots) captures screenshots in the trace.Methods in com.microsoft.playwright with parameters of type Browser.StartTracingOptionsModifier and TypeMethodDescriptionvoidBrowser.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.StartTracingOptionsModifier and TypeMethodDescriptionvoidBrowserImpl.startTracing(Page page, Browser.StartTracingOptions options) private voidBrowserImpl.startTracingImpl(Page page, Browser.StartTracingOptions options)