Uses of Class
com.microsoft.playwright.options.HarContentPolicy
-
Packages that use HarContentPolicy Package Description com.microsoft.playwright com.microsoft.playwright.impl com.microsoft.playwright.options -
-
Uses of HarContentPolicy in com.microsoft.playwright
Fields in com.microsoft.playwright declared as HarContentPolicy Modifier and Type Field Description HarContentPolicyBrowser.NewContextOptions. recordHarContentOptional setting to control resource content management.HarContentPolicyBrowser.NewPageOptions. recordHarContentOptional setting to control resource content management.HarContentPolicyBrowserType.LaunchPersistentContextOptions. recordHarContentOptional setting to control resource content management.Methods in com.microsoft.playwright with parameters of type HarContentPolicy Modifier and Type Method Description Browser.NewContextOptionsBrowser.NewContextOptions. setRecordHarContent(HarContentPolicy recordHarContent)Optional setting to control resource content management.Browser.NewPageOptionsBrowser.NewPageOptions. setRecordHarContent(HarContentPolicy recordHarContent)Optional setting to control resource content management.BrowserType.LaunchPersistentContextOptionsBrowserType.LaunchPersistentContextOptions. setRecordHarContent(HarContentPolicy recordHarContent)Optional setting to control resource content management. -
Uses of HarContentPolicy in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as HarContentPolicy Modifier and Type Field Description (package private) HarContentPolicyBrowserContextImpl.HarRecorder. contentPolicyMethods in com.microsoft.playwright.impl with parameters of type HarContentPolicy Modifier and Type Method Description (package private) voidBrowserContextImpl. setRecordHar(java.nio.file.Path path, HarContentPolicy policy)Constructors in com.microsoft.playwright.impl with parameters of type HarContentPolicy Constructor Description HarRecorder(java.nio.file.Path har, HarContentPolicy policy) -
Uses of HarContentPolicy in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return HarContentPolicy Modifier and Type Method Description static HarContentPolicyHarContentPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HarContentPolicy[]HarContentPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-