| Modifier and Type | Field and Description |
|---|---|
List<String> |
categories
specify custom categories to use instead of default.
|
Path |
path
A path to write the trace file to.
|
Boolean |
screenshots
captures screenshots in the trace.
|
| Constructor and Description |
|---|
StartTracingOptions() |
| Modifier and Type | Method and Description |
|---|---|
Browser.StartTracingOptions |
setCategories(List<String> categories) |
Browser.StartTracingOptions |
setPath(Path path) |
Browser.StartTracingOptions |
setScreenshots(boolean screenshots) |
public Path path
public Boolean screenshots
public Browser.StartTracingOptions setCategories(List<String> categories)
public Browser.StartTracingOptions setPath(Path path)
public Browser.StartTracingOptions setScreenshots(boolean screenshots)
Copyright © 2021. All rights reserved.