Package com.microsoft.playwright
Class Tracing.StopOptions
- java.lang.Object
-
- com.microsoft.playwright.Tracing.StopOptions
-
- Enclosing interface:
- Tracing
public static class Tracing.StopOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.nio.file.PathpathExport trace into the file with the given path.
-
Constructor Summary
Constructors Constructor Description StopOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracing.StopOptionssetPath(java.nio.file.Path path)Export trace into the file with the given path.
-
-
-
Method Detail
-
setPath
public Tracing.StopOptions setPath(java.nio.file.Path path)
Export trace into the file with the given path.
-
-