Uses of Enum
com.microsoft.playwright.options.HarContentPolicy
Packages that use HarContentPolicy
Package
Description
-
Uses of HarContentPolicy in com.microsoft.playwright
Fields in com.microsoft.playwright declared as HarContentPolicyModifier and TypeFieldDescriptionBrowser.NewContextOptions.recordHarContentOptional setting to control resource content management.Browser.NewPageOptions.recordHarContentOptional setting to control resource content management.BrowserType.LaunchPersistentContextOptions.recordHarContentOptional setting to control resource content management.Methods in com.microsoft.playwright with parameters of type HarContentPolicyModifier and TypeMethodDescriptionBrowser.NewContextOptions.setRecordHarContent(HarContentPolicy recordHarContent) Optional setting to control resource content management.Browser.NewPageOptions.setRecordHarContent(HarContentPolicy recordHarContent) Optional setting to control resource content management.BrowserType.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 HarContentPolicyModifier and TypeFieldDescription(package private) final HarContentPolicyBrowserContextImpl.HarRecorder.contentPolicyMethods in com.microsoft.playwright.impl with parameters of type HarContentPolicyModifier and TypeMethodDescription(package private) voidBrowserContextImpl.setRecordHar(Path path, HarContentPolicy policy) Constructors in com.microsoft.playwright.impl with parameters of type HarContentPolicy -
Uses of HarContentPolicy in com.microsoft.playwright.options
Subclasses with type arguments of type HarContentPolicy in com.microsoft.playwright.optionsMethods in com.microsoft.playwright.options that return HarContentPolicyModifier and TypeMethodDescriptionstatic HarContentPolicyReturns 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.