Uses of Class
com.microsoft.playwright.options.RouteFromHarUpdateContentPolicy
-
Packages that use RouteFromHarUpdateContentPolicy Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of RouteFromHarUpdateContentPolicy in com.microsoft.playwright
Fields in com.microsoft.playwright declared as RouteFromHarUpdateContentPolicy Modifier and Type Field Description RouteFromHarUpdateContentPolicyBrowserContext.RouteFromHAROptions. updateContentOptional setting to control resource content management.RouteFromHarUpdateContentPolicyPage.RouteFromHAROptions. updateContentOptional setting to control resource content management.Methods in com.microsoft.playwright with parameters of type RouteFromHarUpdateContentPolicy Modifier and Type Method Description BrowserContext.RouteFromHAROptionsBrowserContext.RouteFromHAROptions. setUpdateContent(RouteFromHarUpdateContentPolicy updateContent)Optional setting to control resource content management.Page.RouteFromHAROptionsPage.RouteFromHAROptions. setUpdateContent(RouteFromHarUpdateContentPolicy updateContent)Optional setting to control resource content management. -
Uses of RouteFromHarUpdateContentPolicy in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return RouteFromHarUpdateContentPolicy Modifier and Type Method Description static RouteFromHarUpdateContentPolicyRouteFromHarUpdateContentPolicy. valueOf(String name)Returns 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.
-