开发者社区> 问答> 正文

python+selenium启动chrome浏览器失败?报错

之前已经用Firefox试过,可以正常启动Firefpx浏览器,下载了最新的chrome浏览器,chromedriver.exe也下载了,放在chrome目录下。但是启动chrome失败,错误信息提示如图。我有2个电脑,同样的代码,另一个可以成功,这个就不行了。

python的源码如下:

import os
from selenium import webdriver
chromepath=os.path.abspath(r"C:\Program Files (x86)\Google\Chrome\Application")
openchrome=webdriver.Chrome(chromepath)

报错图如下:

展开
收起
爱吃鱼的程序员 2020-06-12 10:59:12 1409 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    百度了半天,没有找到和我报错信息一样的。英文也是不好,半懂不懂,翻译也翻译不太明白什么意思。路径必须包括chromedriver.exe非常感谢,我是遗漏了这一步。问题完美解决!非非常常感谢!!印象中应该是executable_path=...,

    <spanstyle="color:#e78698;font-weight:bold;">fromselenium<spanstyle="color:#e78698;font-weight:bold;">importwebdriverdr<spanstyle="color:#e8e2b7;">=webdriver<spanstyle="color:#e8e2b7;">.Chrome<spanstyle="color:#e8e2b7;">()
    <spanstyle="color:#808080;font-style:italic;">#coding=utf-8<spanstyle="color:#808080;font-style:italic;"> 
    <spanstyle="color:#000080;font-weight:bold;">fromselenium <spanstyle="font-size:9pt;line-height:1.5;color:#000080;font-weight:bold;">import<spanstyle="font-size:9pt;line-height:1.5;">webdriver
    driver=webdriver.Chrome()driver.get(<spanstyle="color:#008000;font-weight:bold;">'http://www.baidu.com') 
    <spanstyle="color:#000080;font-weight:bold;">printdriver.titledriver.quit()

    2020-06-12 10:59:28
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载