ride中执行用例时报错

WebDriverException: Message: unknown error: cannot get automation extension
from unknown error: page could not be found: chrome-extension://aapnijgdinlhnhlmodcfapnahmbfebeb/_generated_background_page.html
(Session info: chrome=80.0.3987.132)
(Driver info: chromedriver=2.28.455520
(cc17746adff54984afff480136733114c6b3704b),platform=Windows NT 6.1.7601 SP1 x86_64)

robotframework出现WebDriverException: Message: unknown error: cannot get automation extension

分析错误应该是chromedriver与chrome版本不匹配导致的

重新下载与chrome版本对应的chromedriver,下载链接
http://chromedriver.storage.googleapis.com/index.html

我的chrome版本是80.0.3987.132,所以我下载这个文件夹中的
robotframework出现WebDriverException: Message: unknown error: cannot get automation extension
下载后替换掉原来的就可以了
robotframework出现WebDriverException: Message: unknown error: cannot get automation extension

相关文章:

  • 2021-06-08
  • 2021-09-02
  • 2021-06-04
  • 2021-06-02
  • 2021-07-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2021-05-24
相关资源
相似解决方案