github crwlrsoft/crawler v3.4.0

latest releases: v3.4.2, v3.4.1
2 days ago

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.

Don't miss a new crawler release

NewReleases is sending notifications on new releases.