python selenium webdriver启动chrome浏览器的方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python selenium webdriver启动chrome浏览器的方法相关的知识,希望对你有一定的参考价值。

不废话,直接进入主题,本次演示如何启动chrome,且指定默认的profile

 

下载chromedriver


地址:http://chromedriver.storage.googleapis.com/index.html?path=2.33/

 

特别注意:看notes.txt注意版本号一定要匹配啊,如果chromedriver版本和你的chrome版本不匹配那就可能启动不了!!!!!

 

实战代码

(可运行代码请关注本微信公众号,之后在公众号里回复“测试帮日记”获取,不是在本文回复啊)


from selenium import webdriver

技术分享


微信二维码                 QQ群二维码

技术分享     技术分享

以上是关于python selenium webdriver启动chrome浏览器的方法的主要内容,如果未能解决你的问题,请参考以下文章

Selenium WebDriver(Python)API

[python] python+selenium+webdriver

[python] python+selenium+webdriver

selenium webdriver (python)大全

python+selenium—webdriver入门

转载selenium+Python WebDriver之selenium的定位以及切换frame(iframe)