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

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