gpt4 book ai didi

Python Selenium "about:blank&utm_content=firstrun"错误

转载 作者:太空宇宙 更新时间:2023-11-04 03:07:24 25 4
gpt4 key购买 nike

我一直在努力弄清楚我的代码发生了什么,但我无能为力。每当我运行我的程序时,我都会在下面的图片中遇到这个错误。我正在使用 python 3.4.4 和 selenium 最后一个版本。

Windows 10

from selenium import webdriver
from selenium.webdriver.common.keys import Keys
driver = webdriver.Firefox()
driver.get("http://www.python.org")
assert "Python" in driver.title
elem = driver.find_element_by_name("q")
elem.clear()
elem.send_keys("pycon")
elem.send_keys(Keys.RETURN)
assert "No results found." not in driver.page_source
driver.close()

Error Picture

最佳答案

您没有提到您的 FF 版本是什么,我认为它是最新版本之一。无论如何你需要使用低于 47 的 FF 或时间切换到 MarionetteDriver

这里有一些有用的信息Selenium 2.53 not working on Firefox 47

希望对你有帮助,加油。

关于Python Selenium "about:blank&utm_content=firstrun"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39056722/

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