Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

ReleaseNotes26

spooning edited this page Aug 18, 2015 · 2 revisions

SeleniumLibrary 2.6

The absolutely biggest new feature in SeleniumLibrary 2.6 is the support for testing Flex and Flash applications (Issue 31). That alone would have been more than enough for a new major release, but there are also several important fixes and nice features for "normal" web testing.

SeleniumLibrary 2.6 was released on Monday 2011-01-31. The installers are available on the download page and normal installation instructions apply.

Acknowledgments

Bastian helped us to understand why connection error messages from Jython were so poor (Issue 156) which allowed to workaround the problem. He also reported the underlying bug into Jython's issue tracker and it has already been fixed.

Big thanks also to Mika Batsman for reporting problem with operating <button>s (Issue 157) and providing great patch to it.

List of all fixes and enhancements

IDTypePrioritySummary
Issue 31EnhancementCriticalSupport for Flex and Flash
Issue 155DefectHighGo To keyword causes XHR error with Firefox
Issue 171DefectHighTwo Firefox windows are opened when tests are run with the included profile
Issue 160EnhancementHighUpgrade Selenium Server 2.0 beta 1 (to fix e.g. Delete All Cookies)
Issue 170EnhancementHighUpdate demo to contain Flex examples and otherwise
Issue 156DefectMediumOn Jython connecting to Selenium Server on localhost can fail without retrying and with bad error message
Issue 157DefectMediumOperating buttons created with <button> tag using visible text is not possible
Issue 164DefectMediumWait Until Page Loaded requires timeout to be number in milliseconds
Issue 172DefectMediumRadio Button Should Be Set To and Radio Button Should Not Be Selected report failures incorrectly with IE8
Issue 158EnhancementMediumTable keywords should accept table locator as XPath too
Issue 161EnhancementMediumAll Wait Until ... keywords should use Selenium timeout by default
Issue 163EnhancementMediumNew Element Should Be Enabled/Disabled keywords
Issue 167EnhancementLowGet Window Names/Titles/Identifiers should log what it returns

Altogether 13 issues.

Clone this wiki locally