> 技术文档 > selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for chrome using

selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for chrome using

找了好久,最后竟然是因为谷歌驱动版本131.0.6778.0的与131.0.6778.204的浏览器不兼容导致一直提示该问题,已解决,记录一下
排查方式

  1. Chromedriver包是否放在了chrome浏览器安装包下
  2. chrome驱动环境变量是否配置
  3. Chromedriver.exe是否配置到当前python版本下
  4. 检查chrome驱动版本与浏览器版本是否一致