2018年6月15日
摘要: chrome driver下载地址:https://npm.taobao.org/mirrors/chromedriver driver与chrome的对应关系: 1.进入最新的driver,查看notes.txt文件,即可获取到对应关系 2.使用curl命令获取对应关系 curl https:// 阅读全文
posted @ 2018-06-15 10:01 singleSpace 阅读(5042) 评论(0) 推荐(0) 编辑
摘要: 1.使用intellij新建一个maven项目,名字自定。在pom中写入selenium的依赖。其他依赖也添加到该文件中。 [maven selenium依赖](http://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-ja 阅读全文
posted @ 2018-06-15 09:31 singleSpace 阅读(176) 评论(0) 推荐(0) 编辑