crwlrsoft / crawler

Library for Rapid (Web) Crawler and Scraper Development
https://www.crwlr.software/packages/crawler
MIT License
325 stars 11 forks source link

Fix throttling when using the headless browser #115

Closed otsch closed 1 year ago

otsch commented 1 year ago

Add missing calls to track request start and end times, so the call to waitForGo() actually works as expected.