gpt4 book ai didi

python - 网络驱动程序异常 :can't load profile error in selenium python script

转载 作者:太空狗 更新时间:2023-10-29 20:19:13 24 4
gpt4 key购买 nike

我在 python 中使用 selenium webdriver 来自动驱动 Firefox,python 脚本是从 Firefox 中的 selenium IDE 附加组件导出的。但是当我运行脚本时它会引发错误:

        ======================================================================
ERROR: test_selenium (__main__.SeleniumTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "selenium_test.py", line 8, in setUp
self.driver = webdriver.Firefox()
File "C:\Python26\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 46, in __init__

self.binary, timeout),
File "C:\Python26\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 46,
in __init__
self.binary.launch_browser(self.profile)
File "C:\Python26\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 44, in lau
nch_browser
self._wait_until_connectable()
File "C:\Python26\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 87, in _wa
it_until_connectable
raise WebDriverException("Can't load the profile. Profile Dir : %s" % self.profile.path)
WebDriverException: Can't load the profile. Profile Dir : c:\users\ataosky\appdata\local\temp\tmpwpz
zrv

----------------------------------------------------------------------
Ran 1 test in 67.876s

FAILED (errors=1)

WebDriverException:无法加载配置文件。配置文件目录:c:\users\ataosky\appdata\local\temp\tmpwpz

有人遇到过这个问题吗?如何解决这个问题?提前致谢。

EDIE:selenium 2.5版本已经解决了这个问题。

最佳答案

在运行 selenium v​​ 2.9.0 时升级到 Firefox 8 后我遇到了这个问题。

它已通过升级到最新版本的 selenium (2.13) 得到修复。

 sudo pip install selenium --upgrade

(如果您使用的是 Python 风格)

关于python - 网络驱动程序异常 :can't load profile error in selenium python script,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7328658/

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