cancel
Showing results for 
Search instead for 
Did you mean: 

Get All Links In Webpage Element

JeromeRajan
Level 3
Hi, I'm trying to extract all the data in an HTML table. One of the attributes in this table is a link. How do we extract the web link from this table to the collection?
1 REPLY 1

Denis__Dennehy
Level 15
The first thing to try is the 'Get Table' action in a read stage for any element within your table.  Try using that with both the browser and accessibility (or UIA if 6.2) interfaces. If Get Table does not return all the data within the table that you need then the table must be structured in a non-standard way.  Your fallback option is to use the 'Get HTML' option in a read stage to return all the html for your table element and then you will need to parse the html into a collection with some clever string handling logic.