To the perfect testing framework for web applications.
The api is located at http://webdriver.googlecode.com/svn/javadoc/index.html?overview-summary.html
http://selenium.googlecode.com/svn/trunk/docs/api/java/overview-summary.html
What are new:
-Merge the best of Selenium and Webdriver.
-Complete change of the api.
-Bundle into a standalone jar.
Note: By default, Javascript for HtmlUnitDriver is disabled. Use setJavascriptEnabled() to enable like the following:
HtmlUnitDriver driver = new HtmlUnitDriver(); driver.setJavascriptEnabled(true);
Comments
Selenium IDE or RC got error for DropDownList
when i try to test:
https://www.healthycircles.com/Public/Professional/ProfessionalsServices.aspx
DropDownList: ctl00_ctl00_MasterHolder_ContentPlaceHolderMain_ProfessionalsServicesControl_dropServiceState
always get error, both IDE and RC,
not sure why.
thank you for any comments.
What is the error message?
What is the error message?