Package com.microsoft.playwright.impl
Class BrowserContextImpl.HarRecorder
- java.lang.Object
-
- com.microsoft.playwright.impl.BrowserContextImpl.HarRecorder
-
- Enclosing class:
- BrowserContextImpl
static class BrowserContextImpl.HarRecorder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) HarContentPolicycontentPolicy(package private) java.nio.file.Pathpath
-
Constructor Summary
Constructors Constructor Description HarRecorder(java.nio.file.Path har, HarContentPolicy policy)
-
-
-
Field Detail
-
path
final java.nio.file.Path path
-
contentPolicy
final HarContentPolicy contentPolicy
-
-
Constructor Detail
-
HarRecorder
HarRecorder(java.nio.file.Path har, HarContentPolicy policy)
-
-