Package com.microsoft.playwright
Class Tracing.StopChunkOptions
- java.lang.Object
-
- com.microsoft.playwright.Tracing.StopChunkOptions
-
-
Field Summary
Fields Modifier and Type Field Description Path
path
Export trace collected since the lastTracing.startChunk()
call into the file with the given path.
-
Constructor Summary
Constructors Constructor Description StopChunkOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracing.StopChunkOptions
setPath(Path path)
Export trace collected since the lastTracing.startChunk()
call into the file with the given path.
-
-
-
Field Detail
-
path
public Path path
Export trace collected since the lastTracing.startChunk()
call into the file with the given path.
-
-
Method Detail
-
setPath
public Tracing.StopChunkOptions setPath(Path path)
Export trace collected since the lastTracing.startChunk()
call into the file with the given path.
-
-