Uses of Class
com.microsoft.playwright.options.HarNotFound
-
Packages that use HarNotFound Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of HarNotFound in com.microsoft.playwright
Fields in com.microsoft.playwright declared as HarNotFound Modifier and Type Field Description HarNotFoundBrowserContext.RouteFromHAROptions. notFoundIf set to 'abort' any request not found in the HAR file will be aborted. If set to 'fallback' falls through to the next route handler in the handler chain.HarNotFoundPage.RouteFromHAROptions. notFoundIf 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.Methods in com.microsoft.playwright with parameters of type HarNotFound Modifier and Type Method Description BrowserContext.RouteFromHAROptionsBrowserContext.RouteFromHAROptions. setNotFound(HarNotFound notFound)If set to 'abort' any request not found in the HAR file will be aborted. If set to 'fallback' falls through to the next route handler in the handler chain.Page.RouteFromHAROptionsPage.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. -
Uses of HarNotFound in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return HarNotFound Modifier and Type Method Description static HarNotFoundHarNotFound. valueOf(String name)Returns the enum constant of this type with the specified name.static HarNotFound[]HarNotFound. values()Returns an array containing the constants of this enum type, in the order they are declared.
-