由于google更新了chrome,我不能将crx扩展添加到selenium的chromedriver中,它抛出了一个错误
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?我在互联网上找遍了所有地方,但没有找到解决方案。非常感谢
发布于 2020-05-31 05:42:34
在右上角打开-Go ://extensions/ -At,打开开发者模式。-Click加载未打包。
应该能够用selenium做到这一点。
或者,获取旧版本的chromedriver?https://sites.google.com/a/chromium.org/chromedriver/downloads。
https://stackoverflow.com/questions/62052931
复制相似问题