gpt4 book ai didi

python - 在 python 中使用默认的 firefox 配置文件和 selenium webdriver

转载 作者:太空狗 更新时间:2023-10-29 22:16:35 25 4
gpt4 key购买 nike

我知道以前有人问过类似的问题,但我已经尝试了很多次,但仍然对我不起作用。

我在 firefox 中只有一个默认配置文件(称为 c1r3g2wi.default),没有其他配置文件。当我使用 selenium webdriver 启动它时,我希望我的 firefox 浏览器以这个配置文件启动。我如何在 Python 中执行此操作?

我这样做了:

fp = webdriver.FirefoxProfile('C:\Users\admin\AppData\Roaming\Mozilla\Firefox\Profiles\c1r3g2wi.default')
browser = webdriver.Firefox(fp)

但是我得到一个错误:

WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: 
'C:\\Users\x07dmin\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\c1r3g2wi.default/*.*'

非常感谢您的帮助或正确方向的指示。

最佳答案

好吧,我只是通过简单地将文件路径中的所有斜杠从“\”更改为“/”来解决这个问题。从来不知道这会有所作为。

C:/Users/admin/AppData/Roaming/Mozilla/Firefox/Profiles/c1r3g2wi.default

关于python - 在 python 中使用默认的 firefox 配置文件和 selenium webdriver,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11095294/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com