Sinisterly
Selenium proxy - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Python (https://sinister.ly/Forum-Python)
+--- Thread: Selenium proxy (/Thread-Selenium-proxy)



Selenium proxy - bidowhab - 07-07-2023

I currently work a lot on automation and one thing that I have to use a lot is undetected-chrome driver and it's absolutely amazing, if it wasn't for the fact that I can't ever get it work with proxy's username and password, I tried inheriting classes from it, I tried using chrome's proxy=http://username:password@ip:port and a lot of other things and I had to use things like selenium-wire because of it, have anyone worked with something similar and got it to work?