Proxy keeping you up at night when running local Selenium tests in Chrome?
A Tale of Pesky Proxies Running Selenium / Protractor UI Tests Locally Inside Chrome On a Mac As a tester, I face all sorts of environmental idiosyncrasies when testing products across various platforms, not just in the way those platforms behave, but also how they retain state throughout time. (This is why Sauce Labs is great -- there is no leftover gunk from a prior state, since each test environment is a freshly-baked VM, thus eliminating the old adage "Well it works on my machine, so why not yours?") However, it's not always practical to jump right into using Sauce Labs, especially when trying to develop new tests. In attempting to do just that and run on my own local environment, though, Chrome on my Mac would keep asking me for proxy credentials because of various external assets the site attempts to load over HTTPS through content providers and API services. No matter how I would try to specify the proxy settings to the WebDriver or as command-line argument...