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

How to get count of pages in table pagination .

2 Answers 169 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.
Chaitanya
Top achievements
Rank 1
Chaitanya asked on 30 May 2014, 09:41 AM
Hi,

How to get count of pages and how to search any item from html table.

(NOTE:the pagination is not a part of grid view it is implemented for table)
the structure is like.

<div>
<table class=xyz>
<tr>
<td></td>
<td></td>
</tr>
<table class=xyz>
<tr>
<td></td>
<td></td>
</tr>



2 Answers, 1 is accepted

Sort by
0
Chaitanya
Top achievements
Rank 1
answered on 30 May 2014, 09:45 AM
..completing the DOM structure.
<table class=xyz>  //  this table is for pagination and the first table is for searching option and the next to it is  <tr>                             for the data in the table i.e rows of data
<td></td>

</tr>
And also how to find table with same attribute and when xpath is not working.

Regards,Chaitanya


0
Boyan Boev
Telerik team
answered on 04 Jun 2014, 06:54 AM
Hi Chaitanya,

Thank you for contacting us.

Unfortunately this is not a complete DOM structure. Where the table tags are closed? How exactly is implemented the paging?

Please send us some screen shots.

Also please give us some detailed information what exactly you want to achieve.

Hope to hear from you soon.

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