python-selenium无法调用浏览器的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-selenium无法调用浏览器的问题相关的知识,希望对你有一定的参考价值。
一直有这个问题
问题:selenim不能调用浏览器
File "/Users/ligaijiang/PycharmProjects/Runoob/venv/lib/python3.7/site-packages/selenium/webdriver/common/service.py", line 104, in start
raise WebDriverException("Can not connect to the Service %s" % self.path)
selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service /usr/local/bin/geckodriver
现在莫名其妙的好了!
以上是关于python-selenium无法调用浏览器的问题的主要内容,如果未能解决你的问题,请参考以下文章
龙叔python-selenium加chromedriver实现自动浏览器截图
Python-selenium翻页爬取csdn博客保存数据入mysql