Uses of Class
com.microsoft.playwright.Tracing.StartOptions
Packages that use Tracing.StartOptions
-
Uses of Tracing.StartOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Tracing.StartOptionsModifier and TypeMethodDescriptionIf specified, the trace is going to be saved into the file with the given name inside thetracesDirfolder specified inBrowserType.launch().Tracing.StartOptions.setScreenshots(boolean screenshots) Whether to capture screenshots during tracing.Tracing.StartOptions.setSnapshots(boolean snapshots) If this option is true tracing will capture DOM snapshot on every action record network activityTracing.StartOptions.setSources(boolean sources) Whether to include source files for trace actions.Trace name to be shown in the Trace Viewer.Methods in com.microsoft.playwright with parameters of type Tracing.StartOptionsModifier and TypeMethodDescriptionvoidTracing.start(Tracing.StartOptions options) Start tracing. -
Uses of Tracing.StartOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Tracing.StartOptions