Added
- Two new methods to the base class of all
Http
steps:skipCache()
– Allows using the cache while skipping it for a specific loading step.useBrowser()
– Switches the loader to use a (headless) Chrome browser for loading calls in a specific step and then reverts the loader to its previous setting.
- Introduced the new
BrowserAction::screenshot()
post browser navigate hook. It accepts an instance of the newScreenshotConfig
class, allowing you to configure various options (see the methods ofScreenshotConfig
). If successful, the screenshot file paths are included in theRespondedRequest
output object of theHttp
step.