You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.