Scrape table with no <a> but links

I'd share URL but it's behind a login so not that relevant.

I'm having trouble scraping a table with rows that dynamically link to a new page (new URL not same one). There's no so, I believe I have to use Element Click, but for the Selector portion, I believe I need to select based on the new page's HTML. This works as long as the click selector is not multiple. If it's multiple, how do I set this up to link to each table row's page?

Hi,

it's hard to understand your goal, maybe you can share some screenshots?

Meanwhile, maybe this topic might be of help:

The table row is a link through javascript so as you can see there's no links here. When I click the table row it goes to a new URL.

1 Like