How to do the datascraping for multiple pages(pagination)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-18 05:00 PM
Hi,
how to do we scrape data from the table which has data in multiple pages.
tried the html and accessibility modes its not highlighting the table.
can i get some help on this.
Attached the screenshot for more reference.
Thanks,
Yella.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-18 07:02 PM
The HTML tables can be tricky to highlight, sometimes only a very small area of the table is actually the table that can be spied (if that made any sense)
If there is no other options, then you need to spy the first cell, and then roll through them with dynamic values, i dont really see a faster or more reliable way to do it unfortunately.
