Get Table Data in Edge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 11:23 AM
Please find below the reference table for better understanding(this is not the real table on which I am working):
I am not able to spy the table row elements individually.
Thanks in advance for your help.
------------------------------
Sarthak Dhasmana
Systems Engineer,
Tata Consultancy Services
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 11:59 AM
To reach the individual row, could you try dynamic indexing using UI mode to spy the elements and capture the specific results?
In edge, we have tried this for multiple tables and it works.
check it out once.
------------------------------
Sheetal Vijaykumar
Senior Software Engineer
Sony India
Asia/Bangalore India
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 12:49 PM
Which attributes you are using for dynamic selection, I have tried using match index in UI mode but it is not behaving correctly.
------------------------------
Sarthak Dhasmana
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 02:02 PM
------------------------------
Johan Sörman
DevOps Engineer, RPA Developer
Telia Company
Sweden
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 02:40 PM
For dynamic selection and how to go ahead. Please check for your reference.
How-to-change-path-of-html-attribute-in-blueprism
Hope it helps
------------------------------
Shikhar Mishra
RPA Lead
Infosys Pvt Ltd
Pune,India
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 03:06 PM
I have tried to get the rows by modifying the html path in application modeller, but now I am facing another issue.
I am trying to read row values by using the Get table items but getting the below error:
The operation has timed out.
Any suggestions to fix this.
Thanks
------------------------------
Sarthak Dhasmana
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 03:17 PM
I too noticed this and I simply used a filter collection to remove the headers.
jack
------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 03:22 PM
If you need some specific rows from the table, what you can try is this:
1. Get XPath to that cell, which you can try and extract using Edge Developer tools, by inspecting the HTML elements on the web page:
2. Add new element into the BluePrism Object, select type as Table Item, update its web path attribute, with value extracted from the previous step.
If you need to read several rows, but you don't need to read full table, you can make Web Path attribute as Dynamic.
Then you can create a dynamic string with Xpath for a specific row or rows, using string concatenation.
Attaching a simple object with one action as an example for your reference.
If any questions, let me know. This is just one way of doing it.
------------------------------
Kind regards,
Dmitrij Mamajev
Senior RPA Developer
Substorm AB
Gothenburg - Sweden
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 03:25 PM
I have thought of using filter, but still trying to figure out if there is any other way to do this as in my case I am getting headers and 1,2 extra rows also.
Hoping to get a stable approach to do it.
Thanks
------------------------------
Sarthak Dhasmana
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 03:26 PM
------------------------------
Kind regards,
Dmitrij Mamajev
Senior RPA Developer
Substorm AB
Gothenburg - Sweden
------------------------------
