Uses of Class
com.microsoft.playwright.Tracing.StopOptions
-
Packages that use Tracing.StopOptions Package Description com.microsoft.playwright -
-
Uses of Tracing.StopOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Tracing.StopOptions Modifier and Type Method Description Tracing.StopOptionsTracing.StopOptions. setPath(Path path)Export trace into the file with the given path.Methods in com.microsoft.playwright with parameters of type Tracing.StopOptions Modifier and Type Method Description voidTracing. stop(Tracing.StopOptions options)Stop tracing.
-