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