Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@otsch otsch released this 06 Mar 22:44

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 new ScreenshotConfig class, allowing you to configure various options (see the methods of ScreenshotConfig). If successful, the screenshot file paths are included in the RespondedRequest output object of the Http step.