How to make the webscraper to go through pages?

I've tried various selectors but nothing seems to be working on this site:
https://partnerlocator.vmware.com/#first=90&sort=%40plocaccountnamesortable%20ascending&f:@sfaccountcountryc=[UNITED%20STATES]

I want to walk through the pages on the bottom (1,2,4,...) - does anyone have any pointers please?

Thank you!

The url changes consistently with each page, so you can use the Specify multiple urls with ranges method. You do not need to create a paginator.

For this site, you can change the Start URL in the section after #first to
#first=[10-1000:10]

Note that the site only shows a max of 100 pages in results. This is a site limitation, not a WS limitation.