Hello everyone,
I have this table that has several pages and I am able to extract this information with no problem using pagination.

The problem comes from the "+INFO." button/link column from the table, I also want to be able to extract the information inside each of those and associate it to the corresponding column, the page inside the button looks like this, there's no problem extracting it using "Extract data from web page".

But how can I make it click on the button, because the button has no link, the URL is the same for every "+INFO.", when I inspect its behind JavaScript, this is what each button looks like.

The only thing that changes is the "('0')" that changes depending on the line of the table, I think this way I can access each page using a for each with the total number of lines I have, but I don't really know how to implement it, never used JavaScript in PAD. How can I access each page with JavaScript?
Thanks in advance.
Telmo Ferreira