robot ride报错: Message: session not created: This version of ChromeDriver only supports

  • 问题现象:
    使用open browser 'http://****" chrome,启动chrome出现下图错误日志
    robot ride报错: Message: session not created: This version of ChromeDriver only supports原因:因为chrome浏览器版本与chromedirver版本不匹配导致

解决办法:

  1. 查看当前chrome浏览器版本信息
    robot ride报错: Message: session not created: This version of ChromeDriver only supports
  2. 访问chromedriver下载网站:https://npm.taobao.org/mirrors/chromedriver/
  3. 根据浏览器版本号找到对应的chromedirver进行下载;
  4. 将新下载的chromedirver.exe文件放到chrome浏览器安装目录下,覆盖替换;
    robot ride报错: Message: session not created: This version of ChromeDriver only supports
  5. 再次运行ride,不再报错,问题解决

相关文章:

  • 2022-12-23
  • 2022-01-23
  • 2021-10-30
  • 2021-04-15
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
  • 2021-04-30
猜你喜欢
  • 2021-06-09
  • 2021-08-11
  • 2022-12-23
  • 2021-12-26
  • 2021-06-15
  • 2021-05-14
  • 2021-11-22
相关资源
相似解决方案