初识 Selenium (Browser Automation)

Selenium 官方网站下载地址:http://docs.seleniumhq.org/download/

docs: http://docs.seleniumhq.org/docs/

Selenium IDE:

Lastest released version 2.5.0   on 01/Jan/2014

Selenium Server:(之前的Selenium RC Server)

  Download version 2.40.0

Selenium 1.0 + WebDriver = Selenium 2.0

The Internet Explorer Driver Server :(包括第三方浏览器的Driver:Third Party Browser DriversNOT DEVELOPED by seleniumhq)

WebDriver 所需要的 InternetExploreDriver.为了IE Driver能够正常工作,请确保相应的值已经写入 window里的%path%                

Selenium Client& WebDriver Language Bindings:(包括第三方语言的Bindings)

为了能够使创建的脚本在Selenium Server(Selenium RC, Selenium Remote Webdiver)中起作用,或者创建本地的Selenium Webdriver脚本,请确保使用了特定语言客户端驱动(language-specific client drivers)这些语言包括 1.x和2.x  style clients.

 

Language Client Version Release Date      
Java 2.40.0 2014-02-19 Download  Change log  Javadoc
C# 2.40.0 2014-02-19 Download Change log API docs
Ruby 2.40.0 2014-02-19 Download Change log API docs
Python 2.40.0 2014-02-19 Download Change log API docs
Javascript (Node) 2.40.0 2014-02-19 Download Change log API docs

Selenium GRID Plugins

Selenium IDE Plugins (that provide new / improved features)

包括支持Flex- Pilot X 、FlexMonkium(A plugin that adds Adobe Flex recording and playback to Selenium via the popularFlexMonkey open source testing framework.)and so on..

具体查看官方网站http://docs.seleniumhq.org/download/  下载 Selenium Server  以及Webdriver三方语言包

官方文档:http://docs.seleniumhq.org/doc

 

 

你可能感兴趣的:(自动化测试工具)