I am behind a proxy server. Using Selenium 2.39, Python 2.7.6 and ChromeDriver 2.9, whenever I call .quit() on an instance of Chrome, I get an HTTP 407 error. No su
.quit()
This is an issue on Chrome browser. The following steps will give you the fix.
1| Uncheck the Check Box, By Proxy server for local address
By Proxy server for local address
2| Click on Advanced Tab
3| Enter 127.0.0.1 under Exceptions panel
127.0.0.1
4| Click ok