gpt4 book ai didi

Python3&selenium 引发消息 : Can not connect to the Service geckodriver

转载 作者:太空狗 更新时间:2023-10-30 01:32:04 24 4
gpt4 key购买 nike

我正在尝试在我的 PC 中安装 selenium,所以我尝试了这些:

    pip install selenium

然后我去了this site下载 geckodriver 并将其复制到 /usr/bin

测试 selenium 是否正常工作。我运行这些代码并收到错误(30 秒后)。

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.send_keys('pycon')
elem.send_keys(Keys.RETURN)

traceback

知道如何解决这个问题吗?我搜索了一些类似的问题,但没有找到解决方案。如果有人可以提供一些信息,我会很感激。

OS:Ubuntu 16.04
Firefox:55
python:3.5
selenium:3.4

问题已解决!感谢您的帮助。

解决方案:确保文件/etc/host 中有127.0.0.1 localhost

原来我早就改文件玩玩了,忘记改回来了T_T。添加 127.0.0.1 localhost 后,一切正常。

最佳答案

Solution: make sure there is 127.0.0.1 localhost in the file /etc/host

它非常适合我!

关于Python3&selenium 引发消息 : Can not connect to the Service geckodriver,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45843575/

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