C# & Selenium ChromeDriver Need Help

Jim433

Registered Member
Joined
Mar 23, 2018
Messages
51
Reaction score
11
Hello everyone,

My goal is to have 100+ browsers open with a different IP each using proxies. So far i have created 1 browser that uses a proxy and i copy pasted that folder using a different proxy on each folder and it does not work as it should(had 30 browsers open and it only registered 10). Also having so many consoles open at the same time is confusing and not convenient.

Am i doing it the wrong way by copy pasting the original folder and changing the proxy? Is there a more efficient way to do this? Because this way i can only open up to 35 browsers in my pc.

Also, can someone give me a link to buy good proxies? I am using bad proxies at the moment for which i paid 3$, the websites take years to load.

Thanks in advance.
 
You need to simulate HTTP requests in multiple threads instead of opening so many browsers that the computer can't run anymore
 
If you need to execute javascript, requests won't work. In such case, use headless browsers instead and pass whatever you need to console/log or whatever.
 
Back
Top