I want to scrape some websites with selenium.
I successfully run the program with selenium on ec2 but, as we know, ec2 is associated with a specific IP. So I want to integrate Amazon API Gateway rotating proxy with my python selenium script.
I read this SO question that integrates AWSGateway with the python requests module. How can I have a similar integration with selenium too??
Any guide would be appreciated.