webdriver - How to set username and password for Chrome Proxy Using Selenium? -


i'm using webdriver.chrome.driver

proxy proxy = new proxy(); proxy.sethttpproxy("0.0.0.0:1234"); capabilities.setcapability("proxy", proxy); 

and worked great before, i'm tested behind proxy server requires authentication. how pass chrome username / password proxy requires?

i can't find in docs :/

any appreciated.

so after research i've learned pretty limitation lot of people working around using chrome extension automatically puts in proxy password pops up.

i chose not go down route , switched proxy ip based authentication.

hope helps else.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -