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
I was hoping to use a proxy list tool like this for some automated testing. Is there an example with puppeteer you could provide? I'm not sure how to tie this into it based on the readme.
To be extra specific, I'm hoping to get a list of proxies before I run puppeteer.launch(), but I don't know if that's possible or if that's even the intended use. 😅
Thanks!
The text was updated successfully, but these errors were encountered:
The best approach is probably to use this project to build a database of proxies. Then your other application can read from that database and run its own instance of puppeteer with the proxies. Also note that the proxies from the public proxy sources tend to be unreliable. So as few as 5% of them may actually work.
Hi there!
I was hoping to use a proxy list tool like this for some automated testing. Is there an example with puppeteer you could provide? I'm not sure how to tie this into it based on the readme.
To be extra specific, I'm hoping to get a list of proxies before I run
puppeteer.launch()
, but I don't know if that's possible or if that's even the intended use. 😅Thanks!
The text was updated successfully, but these errors were encountered: