#HTTP proxy auth in undetected_chromedriver

6 messages · Page 1 of 1 (latest)

rustic oar
#

yeah i have no idea how to do this so need help
tried using that json thing and add_extension (you will see what i mean if you google how to authenticate a HTTP prozy in selenium)
but it dosent work for some reason so got no clue

#

and i've got it working using selenium-wire but there are features lacking there that are present in undetected_chromedriver

rustic oar
#

nvm i got it

#

was quite simple

#

from seleniumwire import undetected_chromedriver as uc

#

then you can do driver = uc.Chrome(seleniumwire_options=proxy_options)