ERROR:爬虫相关
程序员文章站
2022-03-11 08:33:40
...
- 调用
from selenium import webdriver
模块是,谷歌浏览器报错os.path.basename(self.path), self.start_error_message) selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home ```python
- 解决办法:
https://*.com/questions/40555930/selenium-chromedriver-executable-needs-to-be-in-path 您可以在此处下载ChromeDriver:https: //sites.google.com/a/chromium.org/chromedriver/downloads 那你有多个选择: 将其添加到您的系统中 path 把它放在与python脚本相同的目录中 直接指定位置 executable_path driver = webdriver.Chrome(executable_path='C:/path/to/chromedriver.exe')
持续记录中…
推荐阅读
-
详解Django中Request对象的相关用法
-
深入Android线程的相关问题解惑
-
Android开发笔记之:深入理解Cursor相关的性能问题
-
利用selenium爬虫抓取数据的基础教程
-
如何准确判断请求是搜索引擎爬虫(蜘蛛)发出的请求
-
用Electron写个带界面的nodejs爬虫的实现方法
-
Spring的配置,XML提示的配置,Bean的相关配置
-
Python中将字典转换为XML以及相关的命名空间解析
-
Android编程计算函数时间戳的相关方法总结
-
VSCode出现ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)错误