gpt4 book ai didi

firefox - Selenium Webdriver http.client.BadStatusLine : ' ' error?

转载 作者:行者123 更新时间:2023-12-03 17:43:16 25 4
gpt4 key购买 nike

我试图让 selenium webdriver 工作,但即使是这样一个简单的 python 脚本:

from selenium import webdriver
driver = webdriver.Firefox()
driver.get('http://www.google.com')
driver.quit()

我正进入(状态:
Traceback (most recent call last):
File "test.py", line 14, in <module>
driver.get('http://www.google.com')
File "C:\Python34\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 207, in get
self.execute(Command.GET, {'url': url})
File "C:\Python34\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 193, in execute
response = self.command_executor.execute(driver_command, params)
File "C:\Python34\lib\site-packages\selenium\webdriver\remote\remote_connection.py", line 358, in execute
return self._request(command_info[0], url, body=data)
File "C:\Python34\lib\site-packages\selenium\webdriver\remote\remote_connection.py", line 389, in _request
resp = self._conn.getresponse()
File "C:\Python34\lib\http\client.py", line 1171, in getresponse
response.begin()
File "C:\Python34\lib\http\client.py", line 351, in begin
version, status, reason = self._read_status()
File "C:\Python34\lib\http\client.py", line 321, in _read_status
raise BadStatusLine(line)
http.client.BadStatusLine: ''

我正在尝试的所有脚本都在发生这种情况。 Firefox 将打开并尝试打开该网站,然后关闭,然后另一个 Firefox 实例打开,但它是一个全新的空白页面。我目前正在使用所有内容的最新版本。 Firefox 31.7.0 ESR(根据 Firefox 为最新)、Selenium 2.46.0 和 Python 3.4。任何帮助,将不胜感激!

谢谢

最佳答案

使用 Firefox 稳定版本。版本 38 应该可以工作。

关于firefox - Selenium Webdriver http.client.BadStatusLine : ' ' error?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30767045/

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