Uses of Class
com.microsoft.playwright.Page.RouteFromHAROptions
Packages that use Page.RouteFromHAROptions
-
Uses of Page.RouteFromHAROptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.RouteFromHAROptionsModifier and TypeMethodDescriptionPage.RouteFromHAROptions.setNotFound(HarNotFound notFound) If set to 'abort' any request not found in the HAR file will be aborted. If set to 'fallback' missing requests will be sent to the network.Page.RouteFromHAROptions.setUpdate(boolean update) If specified, updates the given HAR with the actual network information instead of serving from file.Page.RouteFromHAROptions.setUpdateContent(RouteFromHarUpdateContentPolicy updateContent) Optional setting to control resource content management.Page.RouteFromHAROptions.setUpdateMode(HarMode updateMode) When set tominimal, only record information necessary for routing from HAR.A glob pattern, regular expression or predicate to match the request URL.A glob pattern, regular expression or predicate to match the request URL.Methods in com.microsoft.playwright with parameters of type Page.RouteFromHAROptionsModifier and TypeMethodDescriptionvoidPage.routeFromHAR(Path har, Page.RouteFromHAROptions options) If specified the network requests that are made in the page will be served from the HAR file. -
Uses of Page.RouteFromHAROptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.RouteFromHAROptionsModifier and TypeMethodDescriptionvoidPageImpl.routeFromHAR(Path har, Page.RouteFromHAROptions options)