Pagination Help. No data

Hi, I am a real newbie. I have managed to get this paginate on the next button but no data appears. I am only trying to scrape the link URL.

Any help appreciated

Url: https://www.hilton.com/en/locations/usa/

Sitemap:
{"_id":"hilton","startUrl":["https://www.hilton.com/en/locations/usa/"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"img.hotel-card-dreamstyles__Image-sc-176hrjg-3","multiple":true,"delay":2000,"clickElementSelector":"button.paginationstyles__NextArrow-yseg5u-1","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"link","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.hotel-card-dreamstyles__HotelCardAnchor-sc-176hrjg-1","multiple":true,"delay":0}]}

You would need improved selectors. Try the sitemap below. Test scrape results are avail at:

Sitemap:
{"_id":"forum-hilton-b","startUrl":["https://www.hilton.com/en/locations/usa/"],"selectors":[{"id":"Results wrapper","type":"SelectorElement","parentSelectors":["_root","pagination"],"selector":"ul[class^='dream-locationsstyles__HotelCardListWrapper']","multiple":false,"delay":0},{"id":"Hotel wrappers","type":"SelectorElement","parentSelectors":["Results wrapper"],"selector":"li[data-e2e='propertyCard']","multiple":true,"delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div[class^='dream-locationsstyles__ListViewPanel']","multiple":true,"delay":"5300","clickElementSelector":"button[class^='paginationstyles__NextArrow']","clickType":"clickMore","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"},{"id":"Hotel","type":"SelectorText","parentSelectors":["Hotel wrappers"],"selector":"p[data-e2e]","multiple":false,"regex":"","delay":0},{"id":"Location","type":"SelectorText","parentSelectors":["Hotel wrappers"],"selector":"div[data-e2e='CScode']","multiple":false,"regex":"","delay":0},{"id":"Link","type":"SelectorLink","parentSelectors":["Hotel wrappers"],"selector":"a[class^='hotel-card']","multiple":false,"delay":0}]}