Only local connections are allowed Chrome and Selenium webdriver

前端 未结 12 1690
误落风尘
误落风尘 2020-11-30 05:59

I am using Chrome webdriver 2.23 & Selenium 2.53.1. I have tried a lot, but could not get it fixed. Whenever I run my selenium script, it is giving me the following err

12条回答
  •  萌比男神i
    2020-11-30 06:29

    For me, updating the chromedriver and selenium version removed this message.

    However, this is not an actual error and just an informational message. If your program is still passing with exit code 0 at the end even when this message is printed, it means the execution went fine.

提交回复
热议问题