如何配置谷歌浏览器,谷歌浏览器要求电脑配置

  如何配置谷歌浏览器,谷歌浏览器要求电脑配置

  

  在使用selenium时,要确保你使用的chrome浏览器对应chrome驱动版本,否则会报错。

  

  http://chromedriver.storage.googleapis.com/index.html

  7.0版

  chromedriver.storage.googleapis.com/index.html

  http://chromedriver.storage.googleapis.com/index.html

  安装方法

  坚持指定位置。

  c:programdataanaconda 3脚本

  谷歌浏览器程序目录

  添加到环境变量

  执行代码测试运行

  从selenium导入web drive rd river=web driver . chrome()driver . get( 3358 www . Sina . com )1。驱动程序被下载并解压缩。

  2.将解压后的文件chromedriver.exe复制到python的脚本安装目录下(mine:E:python python 36-32 Scripts)并添加到path环境变量中。

  3.将directory chrome的安装目录添加到path环境变量中。(我的:C:程序文件(x86)googleChromeApplicationChrome.exe)

  4.运行以下代码:成功打开百度意味着成功:

如何配置谷歌浏览器,谷歌浏览器要求电脑配置