Skip to main content
Question

Extract HTML Table Row IDs into a table?

  • February 3, 2022
  • 1 reply
  • 75 views

I am attempting to download a dyanmic number of PDFs against a profile but the 'Get Table' function in recorder is not including the Row ID and leaves me no other information (DOMXPath etc). I was hoping there is a quick way to extract all of the <tr> ids from a web page into a table?

<tr> ID

1 reply

Ashwin A.K
Forum|alt.badge.img+10
  • Navigator | Tier 3
  • February 3, 2022

Hi @Kyle McKenzie​ ,

 

There is a way, and that is by targeting that DOM element which contains the entire table.

Here is an article I have penned, which uses a method of extraction that could apply to your situation.

 

Kind Regards,

Ashwin A.K