Class TracingStopOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class TracingStopOptions
- Inheritance
-
TracingStopOptions
- Inherited Members
Constructors
TracingStopOptions()
public TracingStopOptions()
TracingStopOptions(TracingStopOptions)
public TracingStopOptions(TracingStopOptions clone)
Parameters
clone
TracingStopOptions
Properties
Path
Export trace into the file with the given path.
[JsonPropertyName("path")]
public string? Path { get; set; }