| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Browser.StartTracingOptions |
Browser.StartTracingOptions.setCategories(List<String> categories) |
Browser.StartTracingOptions |
Browser.StartTracingOptions.setPath(Path path) |
Browser.StartTracingOptions |
Browser.StartTracingOptions.setScreenshots(boolean screenshots) |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.startTracing(Page page,
Browser.StartTracingOptions options)
NOTE: Tracing is only supported on Chromium-based browsers.
|
Copyright © 2021. All rights reserved.