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