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
{{ message }}
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
I am scraping a site that requires the use of hundreds / thousands of proxies to make ti through. I have a list of 20,000 proxies, but many are dead. When I encounter a dead proxy, I mark it and retry using a different one, but often times the timeout is around 15 seconds for a dead proxy. It would be nice if setting the browser.Timeout would handle that on Async calls especially.
I am scraping a site that requires the use of hundreds / thousands of proxies to make ti through. I have a list of 20,000 proxies, but many are dead. When I encounter a dead proxy, I mark it and retry using a different one, but often times the timeout is around 15 seconds for a dead proxy. It would be nice if setting the
browser.Timeoutwould handle that on Async calls especially.