slippery_slider
Regular Member
- Dec 28, 2021
- 252
- 202
Hi. I'm having a problem where i cant authenticate proxy with selenium no matter what I try. I've seen a few solutions, but all of them are GUI automation. Does anyone of you know how to do it?
Most probably this.Is IP whitelisting an option? It's the least painful in my experience.
Yes, though I have a dynamic IP.Is IP whitelisting an option? It's the least painful in my experience.
I gave up and switched to playwright, which authenticates without any problems, also seems to be faster and more lightweight.Most probably this.
Make sure you add the server ip where selenium is running, to your proxy provider’s whitelist. Otherwise, the proxies won’t connect atall (for some providers, not even with user/pass).
What provider are you using btw? In my experience, some providers only support the whitelisting option. Tried their user/pass auth which didn’t work for me as well.