You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am undetected-chromedriver==3.5.5 , with selenium==4.26.1 (configured for python 3.10 only).
I am trying to scrape a website but can't add/setup my http auth proxy using uc.ChromeOptions.add_argument(f'--proxy-server = {PROXY}')
I have even tried selenium-wire options but since it isn't maintained, it doesn't works as well.
I am hoping I can work this out without switching to seleniumbase(uc mode) or driverless/nodriver
Hi, I am undetected-chromedriver==3.5.5 , with selenium==4.26.1 (configured for python 3.10 only).
I am trying to scrape a website but can't add/setup my http auth proxy using
uc.ChromeOptions.add_argument(f'--proxy-server = {PROXY}')
I have even tried selenium-wire options but since it isn't maintained, it doesn't works as well.
I am hoping I can work this out without switching to seleniumbase(uc mode) or driverless/nodriver
The text was updated successfully, but these errors were encountered: