Uses of Enum
com.microsoft.playwright.options.HarNotFound
Packages that use HarNotFound
Package
Description
-
Uses of HarNotFound in com.microsoft.playwright
Fields in com.microsoft.playwright declared as HarNotFoundModifier and TypeFieldDescriptionBrowserContext.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.Page.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 HarNotFoundModifier and TypeMethodDescriptionBrowserContext.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.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.impl
Fields in com.microsoft.playwright.impl declared as HarNotFoundConstructors in com.microsoft.playwright.impl with parameters of type HarNotFoundModifierConstructorDescription(package private)HARRouter(LocalUtils localUtils, Path harFile, HarNotFound defaultAction) -
Uses of HarNotFound in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return HarNotFoundModifier and TypeMethodDescriptionstatic HarNotFoundReturns 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.