Uses of Enum
com.microsoft.playwright.options.RouteFromHarUpdateContentPolicy
Packages that use RouteFromHarUpdateContentPolicy
-
Uses of RouteFromHarUpdateContentPolicy in com.microsoft.playwright
Fields in com.microsoft.playwright declared as RouteFromHarUpdateContentPolicyModifier and TypeFieldDescriptionBrowserContext.RouteFromHAROptions.updateContentOptional setting to control resource content management.Page.RouteFromHAROptions.updateContentOptional setting to control resource content management.Methods in com.microsoft.playwright with parameters of type RouteFromHarUpdateContentPolicyModifier and TypeMethodDescriptionBrowserContext.RouteFromHAROptions.setUpdateContent(RouteFromHarUpdateContentPolicy updateContent) Optional setting to control resource content management.Page.RouteFromHAROptions.setUpdateContent(RouteFromHarUpdateContentPolicy updateContent) Optional setting to control resource content management. -
Uses of RouteFromHarUpdateContentPolicy in com.microsoft.playwright.options
Subclasses with type arguments of type RouteFromHarUpdateContentPolicy in com.microsoft.playwright.optionsMethods in com.microsoft.playwright.options that return RouteFromHarUpdateContentPolicyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RouteFromHarUpdateContentPolicy[]RouteFromHarUpdateContentPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.