BrowserContext.RouteFromHAROptions |
BrowserContext.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.
|
BrowserContext.RouteFromHAROptions |
BrowserContext.RouteFromHAROptions.setUpdate(boolean update) |
If specified, updates the given HAR with the actual network information instead of serving from file.
|
BrowserContext.RouteFromHAROptions |
BrowserContext.RouteFromHAROptions.setUpdateContent(RouteFromHarUpdateContentPolicy updateContent) |
Optional setting to control resource content management.
|
BrowserContext.RouteFromHAROptions |
BrowserContext.RouteFromHAROptions.setUpdateMode(HarMode updateMode) |
When set to minimal, only record information necessary for routing from HAR.
|
BrowserContext.RouteFromHAROptions |
BrowserContext.RouteFromHAROptions.setUrl(String url) |
A glob pattern, regular expression or predicate to match the request URL.
|
BrowserContext.RouteFromHAROptions |
BrowserContext.RouteFromHAROptions.setUrl(Pattern url) |
A glob pattern, regular expression or predicate to match the request URL.
|