Uses of Class
com.microsoft.playwright.Tracing.StopChunkOptions
-
Packages that use Tracing.StopChunkOptions Package Description com.microsoft.playwright -
-
Uses of Tracing.StopChunkOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Tracing.StopChunkOptions Modifier and Type Method Description Tracing.StopChunkOptionsTracing.StopChunkOptions. setPath(Path path)Export trace collected since the lastTracing.startChunk()call into the file with the given path.Methods in com.microsoft.playwright with parameters of type Tracing.StopChunkOptions Modifier and Type Method Description voidTracing. stopChunk(Tracing.StopChunkOptions options)Stop the trace chunk.
-