robotframework / OldSeleniumLibrary

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

return elements on the basis of xpath match #263

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by rajmca.r... on 21 Jul 2013

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.

spooning commented 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.

spooning commented 9 years ago

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.