在 Selenium (python) 中打开的 Firefox 没有加载扩展

问题描述

这是我要运行的代码

def get_value(url_list):
    profile = webdriver.FirefoxProfile()
    profile.add_extension(extension='sample-extension.xpi')
    driver = webdriver.Firefox(firefox_profile=profile,executable_path='geckodriver.exe')
    driver.get(url_list[0])

URL 打开没有任何问题,但没有安装扩展。

在调试器中检查代码时,驱动确实有我的配置文件配置文件也有扩展名。不知道是什么导致了这个问题。

感谢您的帮助。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)