Recursive parent selector pagination problem

Hi,

I have used selectors and clicks to navigate and scrape through the first couple of pages at an internal page of my company (needs login, cannot share url...). The URL is static (does not change when page is changed) and the scraper works if I create a click option for each page. When I use a recursive parent selector for pagination then everything fails: the scraper does not even scrape the first page.

I have tried to start the recursive pagination at the 1st up to the 4th page, but whenever I apply the recursive pagination (element click parent of itself) everything fails and the scraper does nothing.

I am using element click, but I could also fill a field with number page. I cannot find a tool for that (form fill + "enter"). This could be an alternative.

Any thoughts on how to resolve this?

Many thanks!

Did you put a selector's parent selector to itself?

0.3.7 version has a small mistake with parent selector recurse check, usually it won't let you set selector parent to itself.