selenium.common.exceptions.SessionNotCreatedException: Message: session not created 解决办法

一、问题原因
报这个错是因为 当前浏览器的版本与 chromedriver.exe的版本不一致了。这个时候你需要先知道自己当前浏览器的版本 ,然后再去下载一个 chromedriver.exe的对应版就好了

二、解决办法
1、查看浏览器版本

帮助-关于Google Chrome
selenium.common.exceptions.SessionNotCreatedException: Message: session not created 解决办法_第1张图片

https://registry.npmmirror.com/binary.html?path=chromedriver/ (浏览器版本地址)selenium.common.exceptions.SessionNotCreatedException: Message: session not created 解决办法_第2张图片
最新地址:https://googlechromelabs.github.io/chrome-for-testing/

下载对应版本zip,解压把 chromedriver.exe 放到python 文件夹下selenium.common.exceptions.SessionNotCreatedException: Message: session not created 解决办法_第3张图片

你可能感兴趣的:(UI自动化,selenium)