This is a migrated thread and some comments may be shown as answers.

How to iterate and click on each list element

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vinutha
Top achievements
Rank 1
Vinutha asked on 20 May 2016, 04:06 PM

Hi

 

I'm testing an application, where I have a list of page numbers(eg: on google search, we get list of many page links 1 2 3 4...10 at the bottom) at the bottom of each page. I have to get the total count of these page links and click on each link. Could you please help me in getting the solution for this using TestStudio?

HTML tag goes like:

<ul>

     <li> <a href='something'>1</a>

     <li> <a href='something'>2</a>

     <li> <a href='something'>3</a>

.

.

.

</ul>

     

Thanks,

Vinutha

 

1 Answer, 1 is accepted

Sort by
0
Ivaylo
Telerik team
answered on 24 May 2016, 07:52 AM
Hello,

I am closing this thread as a duplicate of ticket ID 1036944

Regards,
Ivaylo
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Vinutha
Top achievements
Rank 1
Answers by
Ivaylo
Telerik team
Share this question
or