selenium自动化测试资源整理(含所有版本chrome、chromedriver、firefox下载链接)

1. 所有版本chrome下载
相关chrome老版本的网站如下

Google Chrome Older Versions Download (Windows, Linux & Mac)

http://google_chrome.en.downloadastro.com/old_versions/

http://filehippo.com/zh/download_google_chrome/

http://www.chromedownloads.net/

2. 所有版本firefox下载
火狐相对比较容易找,这里也贴出来其ftp链接:

http://ftp.mozilla.org/pub/firefox/releases/

至于火狐的版本与selenium的对应关系,确实没有这方面合适的资料,不过建议selenium 2.53以及以下的朋友,用47以下的火狐。

3. 所有版本chromedriver下载
chromedriver的版本也不容易找:

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

其中各版本下的notes.txt中说明了该版本以及以前一些版本支持的chrome浏览器版本,不过,老司机早就给你整理了一份一目了然的表格:

ChromeDriver与Chrome版本对应参照表及ChromeDriver下载链接

这样,该下载哪个版本的chrome与chromedriver是不是就很清楚了。

4. 所有版本selenium以及IEDriverServer下载
最后,当然还有selenium和IEDriverServer,Python版的selenium直接pip就可以了,下面的链接里主要是Java版的和.NET版的:

http://selenium-release.storage.googleapis.com/index.html

你可能感兴趣的:(selenium,chrome,firefox)