首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Selenium 2.0 and WebDriver - the 五 minute getting started guide

2012-11-17 
Selenium 2.0 and WebDriver - the 5 minute getting started guide?according to the website, http://se

Selenium 2.0 and WebDriver - the 5 minute getting started guide

?

according to the website, http://seleniumhq.org/docs/03_webdriver.html, at first, i cannot make it run, because i didn't get the firefox of right version which's supposed to be english version 4. perhaps english version is mandated. and the necessary jars respectively are selenium-java-2.0b3.jar, guava-r08.jar, httpclient-4.0.2.jar, httpcore-4.0.1.jar, commons-logging-1.1.1.jar, json-20080701.jar, the version of the jar may not necessarily be those. all are contained in the lib.zip file.

?

RemoteWebDriver

You’ll start by using the HtmlUnit Driver.This is a pure Java driver that runs entirely in-memory. Because of this, you won’t see a new browser window open.

?

?

and all the jars are in the download page http://seleniumhq.org/download/, selenium2.0b3.

热点排行