51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1202|回复: 2
打印 上一主题 下一主题

想学习一下爬虫,安装好selenium后,打开谷歌失败,请问怎么解决呢。

[复制链接]
  • TA的每日心情
    无聊
    4 天前
  • 签到天数: 530 天

    连续签到: 2 天

    [LV.9]测试副司令

    跳转到指定楼层
    1#
    发表于 2022-2-8 10:58:09 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1测试积点

    源码:

    1、导入selenium

    from selenium import webdriver

    2、创建浏览器操作对象

    path = 'chromedriver.exe'

    browser = webdriver.Chrome(path)

    3、访问网站
    1. url = 'https://www.jd.com/'

    2. browser.get(url)

    3. 错误:
    4. F:\pycharm_stu\crawler_learning\078_爬虫_selenium_基本使用.py:9: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
    5. browser = webdriver.Chrome(path)
    6. Traceback (most recent call last):
    7. File "D:\Python310\lib\site-packages\selenium\webdriver\common\service.py", line 71, in start
    8. self.process = subprocess.Popen(cmd, env=self.env,
    9. File "D:\Python310\lib\subprocess.py", line 966, ininit
    10. self._execute_child(args, executable, preexec_fn, close_fds,
    11. File "D:\Python310\lib\subprocess.py", line 1435, in _execute_child
    12. hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
    13. FileNotFoundError: [WinError 2] 系统找不到指定的文件。

    14. During handling of the above exception, another exception occurred:

    15. Traceback (most recent call last):
    16. File "F:\pycharm_stu\crawler_learning\078_爬虫_selenium_基本使用.py", line 9, in
    17. browser = webdriver.Chrome(path)
    18. File "D:\Python310\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 70, ininit
    19. super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog",
    20. File "D:\Python310\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 90, ininit
    21. self.service.start()
    22. File "D:\Python310\lib\site-packages\selenium\webdriver\common\service.py", line 81, in start
    23. raise WebDriverException(
    24. selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home

    25. Process finished with exit code 1
    复制代码




    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    1 小时前
  • 签到天数: 1807 天

    连续签到: 1 天

    [LV.Master]测试大本营

    2#
    发表于 2022-2-9 09:31:27 | 只看该作者
    webdriver位置放得对吗
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    3 小时前
  • 签到天数: 2819 天

    连续签到: 1 天

    [LV.Master]测试大本营

    3#
    发表于 2022-2-9 17:53:01 | 只看该作者
    配置的不对吧
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-25 10:28 , Processed in 0.060235 second(s), 21 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表