robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

New `Get List Items` keyword #142

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by jagdish... on 11 Oct 2010

Currently there is no keyword to verify the contents of a List Object in a web page. This will help in verifying the the items of a list object. As a workaround I am currently using "Select From List" keyword to iterate through and verify all the items of a List Object.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 15 Nov 2010

We decided to fix this by implementing Get List Items-keyword. This will return the values of the list, and can be used to do further assertions.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 15 Nov 2010

Implemented in revision 1fd5dd018419