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
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.