selenium web 自动化测试框架介绍
selenium 简介
官网
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) be automated as well.
Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
web driver 介绍
selenium 中包含了直接操作WebDriver API, 通过selenium web driver API 可以通过代码实现在浏览器中的所有操作.
selenium 官方只提供了IE 的webDriver, 对应的下载地址是:
64 位版本:https://goo.gl/AtHQuv
32 位版本:https://goo.gl/9Cqa4q