使用selenium IDE 等一系列需要下载的东西的地址

来源:互联网 发布:如何下载excel2013软件 编辑:程序博客网 时间:2024/05/17 03:32

如果有任何问题,欢迎加QQ : 128 623 8812  交流。  我 也是刚开始用 自动化测试,共同进步,共同提高。


selenium 官网 IDE 等一系列 下载地址:http://www.seleniumhq.org/download/


selenium IDE 下载地址:https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/



先贴几个最有用,最常用的网址

下载chromedriver.exe :http://chromedriver.storage.googleapis.com/index.html

下载 IEDriverServer.exe  和 selenium server  .jar  :http://selenium-release.storage.googleapis.com/index.html

下载 geckodriver.exe :  https://github.com/mozilla/geckodriver/releases/     这个是  火狐浏览器的。

下载  所有的  driver.exe :https://www.npmjs.com/package/selenium-webdriver



目前, selenium IDE,只有 火狐浏览器插件  , 阿里云 ,也有类似 自动化测试插件的工具。

selenium 官网 IDE 等一系列 下载地址:http://www.seleniumhq.org/download/

阿里云,在线 自动化测试 地址:http://fts.aliyun.com/index.htm


其他的网址:

 selenium 3.0 + 火狐浏览器,启动问题 解决方案 :http://blog.csdn.net/u010969970/article/details/52228689


我之前用的 selenium js  ,测试 火狐浏览器,一直是失败的,不知道是不是 没有用 geckodriver.exe 的原因,因为不清楚 js 的版本是哪个。


现在用 selenium IDE ,导出 的脚本,放到 eclipse 中,运行 junit ,  设置了  geckodriver.exe 路径, 果断 火狐支持 自动化测试。。。

火狐版本支持,好像是  47 以上。。



0 0