Selenium ChromeDriver - HTTP 407 on driver.quit()

前端 未结 2 822
日久生厌
日久生厌 2021-01-23 04:16

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

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-23 04:49

    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

    enter image description here

    2| Click on Advanced Tab

    enter image description here

    3| Enter 127.0.0.1 under Exceptions panel

    4| Click ok

提交回复
热议问题