webdriver之Can not connect to the Service geckodriver

webdriver之raise WebDriverException("Can not connect to the Service %s" % self.path) selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service geckodriver

以上就是我写了以下代码的时候,出现了异常;就是打不开火狐浏览器;

 

webdriver之Can not connect to the Service geckodriver_第1张图片

如果和我一样遇到以上问题的小伙伴,可以尝试以下几种方式:

1、看看你的 hosts文件中,localhost地址对不对;

在cmd下,ping localhost;

webdriver之Can not connect to the Service geckodriver_第2张图片

出现一般故障的这个,就是防火墙没关,关闭防火墙再次去ping,就ping通了;

webdriver之Can not connect to the Service geckodriver_第3张图片

把“# 127.0.0.1 localhost”前面的#去掉;

webdriver之Can not connect to the Service geckodriver_第4张图片

2、直接关闭你的防火墙;或者你去看一下,你的防火墙设置中,允许了火狐浏览器:

 

webdriver之Can not connect to the Service geckodriver_第5张图片

如果没有勾选允许,就手动去设置一下;

如果遇到类似的 问题以上两种方法,可以自行尝试一下;

你可能感兴趣的:(Selenium)