Chromedriver- extension - Python / crx to crx3



由于谷歌更新了Chrome,我无法在Selenium中添加crx扩展到Chrome驱动程序中,它抛出了一个错误

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: cannot process extension #1
from unknown error: CRX verification failed to parse extension header. Chrome supports only CRX3 format. Does the extension need to be updated?

有谁知道如何将CRX扩展转换为CRX3? 我在互联网上到处搜索,但没有解决方案。多谢

我的搜索结果没有成功> Web驱动程序异常:消息:未知错误:无法处理来自未知错误的扩展#1:CRX验证失败:3

-转到 chrome://extensions/ -在右上角,打开开发人员模式。 -单击加载解包。

应该能够用硒做到这一点。

或者,获取旧版本的chromedriver? https://sites.google.com/a/chromium.org/chromedriver/downloads

相关内容

  • 没有找到相关文章

最新更新