Package com.microsoft.playwright
Class Browser.NewContextOptions.RecordHar
- java.lang.Object
-
- com.microsoft.playwright.Browser.NewContextOptions.RecordHar
-
- Enclosing class:
- Browser.NewContextOptions
public class Browser.NewContextOptions.RecordHar extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Boolean
omitContent
Optional setting to control whether to omit request content from the HAR.Path
path
Path on the filesystem to write the HAR file to.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Browser.NewContextOptions
done()
Browser.NewContextOptions.RecordHar
withOmitContent(Boolean omitContent)
Browser.NewContextOptions.RecordHar
withPath(Path path)
-
-
-
Method Detail
-
done
public Browser.NewContextOptions done()
-
withOmitContent
public Browser.NewContextOptions.RecordHar withOmitContent(Boolean omitContent)
-
withPath
public Browser.NewContextOptions.RecordHar withPath(Path path)
-
-