selenium报错解决:selenium.common.exceptions.WebDriverException: Message(已解决)

今天使用selenium遇到报错:

selenium.common.exceptions.WebDriverException: Message: Service ./windows/chromedriver.exe unexpectedly exited. Status code was: 1

报错截图:

selenium报错解决:selenium.common.exceptions.WebDriverException: Message(已解决)_第1张图片

 

检查了代码没有发现问题,根据报错初步判断问题是出在chromedriver的路径上面,对比之前的代码

selenium报错解决:selenium.common.exceptions.WebDriverException: Message(已解决)_第2张图片

乍一看不能发现问题,仔细对比发现是路径写错了,应该是使用“\”,改正以后就正常解决了

你可能感兴趣的:(python,selenium,python,测试工具)