Closed spooning closed 9 years ago
Originally submitted to Google Code by ram... on 10 Dec 2014
I've also run into this use case for the framework.
This would be very helpful for me too.
Originally submitted to Google Code by @jussimalinen on 13 Aug 2015
We are moving Selenium Library to github and creating a last release with Robot 2.9 support before stopping the support of this project entirely.
As this project is deprecated, moving to Selenium2Library is necessary for further support and development.
In one of page dynamic links are appearing, I need to find the way to get list of links and click on them individually.
"Get All Links" does not work, because links are not having ID attribute, so getting empty string in return.
When we are using "Get Matching Xpath Count" its returning correct number, but I need something like "Get Matching Xpath Elements" which can return all matching elements.