How to Automate Visiting a website in chrome with different proxies?

thekingmaker

Power Member
Joined
Jan 15, 2013
Messages
513
Reaction score
332
What i wanted to do:
I have a list of hundred proxies so
1.Load and run one of the proxy from the proxy list in chrome
2.Search for my website in google search
3.Visit the website
4.Repeat the above with different proxy

So is there any way to do the above easily in chrome?
 
I don't think you can do this with only Chrome, but you can easily do it with Selenium Chrome. If you know any programming language (such as Python, C#, etc.) I recommend this way. There are many example codes on the internet.

Edit: If you write your own extension for this job, yes you also can do it with only Chrome. But it's much harder work.
 
The general advice is to use something like selenium and puppeteer. I'd avoid it, especially with something like google where it's likely it'll be detected. Look into some libraries for program automation from the OS side (RobotJS for example)
 
Back
Top