We just need a simple click inside a paginated scraping
The scenario is simple, we need to access multiple pages sequentially (using pagination), just click on a link on every page (a links that runs a javascript that donwloads a pdf to local), and go for next page
We tried Element Click selector inside a pagination, and it does not work.
The scraper just opens first page, click once (one pdf is dowloaded automatically), and it stops
It seems the scraper is waiting for something, and remains still