fascinating-indigo
fascinating-indigo14mo ago

how to pass proxies using selenium

I am try to deploy my python actor on Apify but I need to use proxies with selenium so I will not face blocking issue. There is any sample actor for check ?
3 Replies
fascinating-indigo
fascinating-indigo8mo ago
Hi! I have the same doubt, did you manage to find an example?
Marco
Marco8mo ago
Hello! For using proxies with Selenium you should refer to their documentation: https://www.selenium.dev/documentation/webdriver/drivers/options/#proxy You can generate URLs for Apify proxies to use them in other tools: https://crawlee.dev/python/docs/guides/proxy-management
Proxy management | Crawlee for Python · Fast, reliable Python web c...
Crawlee helps you build and maintain your Python crawlers. It's open source and modern, with type hints for Python to help you catch bugs early.
Selenium
Browser Options
These capabilities are shared by all browsers.
fascinating-indigo
fascinating-indigo8mo ago
thanksss!

Did you find this page helpful?