Saturday, May 22, 2010

SelAid 1.0.1 Available

I've uploaded SelAid 1.0.1, which adds two new features:
  • Support for option groups in select lists (the HTML OPTGROUP tag): if a select list contains option groups, you can now choose between getting all the options regardless of group, or getting the option groups and then getting the options from within each group.
  • The getElement() accessor: an accessor on most SelAid helper classes that lets you get the underlying WebElement object from the Selenium WebDriver API. For example, you can use SelAid's TableHelper to pull apart a table, and then call getElement() on a TableCellHelper, providing a WebElement to test that cell further.

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.