Skip to main content
Question

Extract HTML Table Row IDs into a table?

  • 3 February 2022
  • 1 reply
  • 27 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

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


Reply