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
absent-sapphire•5mo ago
Hi! I have the same doubt, did you manage to find an example?
correct-apricot•5mo 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.
absent-sapphire•5mo ago
thanksss!