Package com.microsoft.playwright
Class Tracing.StopChunkOptions
java.lang.Object
com.microsoft.playwright.Tracing.StopChunkOptions
- Enclosing interface:
Tracing
-
Field Summary
FieldsModifier and TypeFieldDescriptionExport trace collected since the lastTracing.startChunk()call into the file with the given path. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport trace collected since the lastTracing.startChunk()call into the file with the given path.
-
Field Details
-
path
Export trace collected since the lastTracing.startChunk()call into the file with the given path.
-
-
Constructor Details
-
StopChunkOptions
public StopChunkOptions()
-
-
Method Details
-
setPath
Export trace collected since the lastTracing.startChunk()call into the file with the given path.
-