Skip to content

v1.4.0

Choose a tag to compare

@otsch otsch released this 08 Jul 15:41
· 18 commits to main since this release

Added

  • Screenshot::take() in addition to Screenshot::loadAndTake(), allowing to take a screenshot of an already opened page, in a separate step. This way you can even add this step after an Http::crawl() step and get screenshots of all the crawled pages.

Fixed

  • Change calls to HttpLoader::browserHelper() to HttpLoader::browser() and require crwlr/crawler with constraint ^1.9.3 to make sure the method exists.