标签:python selenium 自动化测试 小强测试品牌 测试帮日记
不废话,直接进入主题,本次演示如何启动chrome,且指定默认的profile
下载chromedriver
地址:http://chromedriver.storage.googleapis.com/index.html?path=2.33/
特别注意:看notes.txt注意版本号一定要匹配啊,如果chromedriver版本和你的chrome版本不匹配那就可能启动不了!!!!!
实战代码
(可运行代码请关注本微信公众号,之后在公众号里回复“测试帮日记”获取,不是在本文回复啊)
from selenium import webdriver
微信二维码 QQ群二维码
本文出自 “小强性能自动化测试品牌” 博客,请务必保留此出处http://xqtesting.blog.51cto.com/4626073/1976078
python selenium webdriver启动chrome浏览器的方法
标签:python selenium 自动化测试 小强测试品牌 测试帮日记
原文地址:http://xqtesting.blog.51cto.com/4626073/1976078