Paginate Sitemap

I tried to create the sitemap but not able to paginate pass the list page.

Url: http://shopee.sg

Sitemap:
{"_id":"shopee","startUrl":["https://shopee.sg/Beauty-Personal-Care-cat.6?locations=-1&page=0&sortBy=sales"],"selectors":[{"id":"list","type":"SelectorLink","parentSelectors":["_root","page"],"selector":"div.shopee-item-card__cover-img-background","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["list"],"selector":"h1.shopee-product-info__header__text","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["list"],"selector":"div.shopee-product-info__header__real-price","multiple":false,"regex":"","delay":0},{"id":"page","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"button.shopee-button-no-outline:nth-of-type(2)","multiple":true,"delay":0,"clickElementSelector":"button:nth-of-type(n+3)","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}

{"_id":"shopee","startUrl":["https://shopee.sg/Beauty-Personal-Care-cat.6?locations=-1&page=0&sortBy=sales"],"selectors":[{"id":"Element","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".shopee-search-item-result__item","multiple":true,"delay":0,"clickElementSelector":".shopee-icon-button--right","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueCSSSelector"},{"id":"Name","type":"SelectorText","parentSelectors":["Element"],"selector":"div.shopee-item-card__text-name","multiple":false,"regex":"","delay":0}]}

Here you go - try this on. You'll need to add more selectors child to the Element selector.

Thanks a great deal for the prompt reply.