To extract webpage data that spans over multiple pages
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-05-19 03:04 PM
Hi,
I would like to extract a tabular data from a web page that spans over multiple pages. How do I achieve this?
Thanks,
Akshaya
Akshaya R
RPA Developer
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-05-19 05:11 PM
get table1 - repeat(click next page if it exists - get table2 - append to table1) - profit...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-05-19 09:39 PM
If by 'multiple pages' you mean 'the table scrolls below the bottom of the screen' then BP should see it as one table. But if you mean 'tables on different we pages' then you'll need to stitch collections together as aikudino says.
