Help with Nav next page automation without "Next" option

Hi,

I’m trying to scrape this page https://extranet.infarmed.pt/pmro/Publico/ListagemPublica.aspx that has no next option, only numbers… I have tried several options but non works, I always get the same results

Options I already tried:

a.pager-class
a.pager-class:not(.pager-class-selected)
a.pager-class[href*=“Pager”]
a.pager-class-selected + a.pager-class

The free option only allows 500, this page has around 4.000, If I get this receipe working I will subscribe the BUSINESS premium option, to scrape the page. Please help.