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
Post a Comment