Cannot select "next button".. simple question, please help

I'm looking to scrape the following website: https://suchen.mobile.de/fahrzeuge/search.html?cn=DE&damageUnrepaired=NO_DAMAGE_UNREPAIRED&isSearchRequest=true&minPrice=1000&pageNumber=1&scopeId=C&sortOption.sortBy=searchNetGrossPrice&sortOption.sortOrder=ASCENDING&usage=USED

However, I cannot seem to be able to select the "Further Offers" page (essentially the next page). When I click it, using the link selector, it automatically sends me to the next page, without selecting the link.

Can anyone please help? I'm sure it's very simple...

Thank you,

Can anyone help please?

na wenn es so einfach ist, warum geht es dann nicht :wink:

had it worked?

best regards

Hi there!

You can use pagination array instead of setting up Element Click selector to continuously press 'Next' button, since URL represents the page number. Just look at the ending page number (which is 50), so you can build the array (pageNumber=[1-50])

Please try to use this URL in your sitemap:
https://suchen.mobile.de/fahrzeuge/search.html?cn=DE&damageUnrepaired=NO_DAMAGE_UNREPAIRED&isSearchRequest=true&minPrice=1000&pageNumber=[1-50]&scopeId=C&sortOption.sortBy=searchNetGrossPrice&sortOption.sortOrder=ASCENDING&usage=USED

Don't forget to remove your pagination selector beforehand.