Question
IT People
IT People
US
IT People
Posted: Jan 18, 2019
Last activity: Jan 24, 2019
Last activity: 24 Jan 2019 7:39 EST
Closed
How to interrogate table with multiple pages in a web application
Hi,
My use case requirement is to search an HTML table which has several pages using ForLoop AbsoluteCount. But is there anyway to interoggate the table on all pages at one go. Please advise
Thanks
Hi,
Depending on table structure, you can or can not interrogate only first page and re-read data from the same control after clicking "Next Page" button.
It may be also possible to define match rule that covers all rows at once but it also depends on HTML code structure and, of course, is not possible if next pages are loaded on the fly after clicking somewhere.
If your web page is publicly available, please share the link - it is hard to advise without actually looking at your case.