Uses of Class
com.microsoft.playwright.Tracing.StartOptions
-
Packages that use Tracing.StartOptions Package Description com.microsoft.playwright -
-
Uses of Tracing.StartOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Tracing.StartOptions Modifier and Type Method Description Tracing.StartOptionsTracing.StartOptions. setName(String name)If specified, intermediate trace files are going to be saved into the files with the given name prefix inside thetracesDirfolder specified inBrowserType.launch().Tracing.StartOptionsTracing.StartOptions. setScreenshots(boolean screenshots)Whether to capture screenshots during tracing.Tracing.StartOptionsTracing.StartOptions. setSnapshots(boolean snapshots)If this option is true tracing will capture DOM snapshot on every action record network activityTracing.StartOptionsTracing.StartOptions. setSources(boolean sources)Whether to include source files for trace actions.Tracing.StartOptionsTracing.StartOptions. setTitle(String title)Trace name to be shown in the Trace Viewer.Methods in com.microsoft.playwright with parameters of type Tracing.StartOptions Modifier and Type Method Description voidTracing. start(Tracing.StartOptions options)Start tracing.
-