i made a sitemap to scrape traders data from bingx website and its work fine .. but its only scrape the first page . i need all pages ... pagination not work
{"_id":"test","startUrl":["https://bingx.com/en/CopyTrading/?from=5&exchangeId=0&sort=accEarningRatio"],"selectors":[{"id":"title","parentSelectors":["_root"],"type":"SelectorText","selector":".futures-card[data-v-6b55157c] div.text","multiple":true,"regex":""},{"id":"click","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div[data-v-6b55157c]:nth-of-type(1) div.text","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"div[data-v-6b55157c]:nth-of-type(1) div.text"},{"id":"data","parentSelectors":["_root"],"type":"SelectorText","selector":"div#data-overview","multiple":false,"regex":""},{"id":"page","parentSelectors":["click","page"],"paginationType":"auto","type":"SelectorPagination","selector":"div.page-cell:nth-of-type(n+4)"},{"id":"pagination","parentSelectors":["_root","pagination"],"paginationType":"auto","type":"SelectorPagination","selector":"div.jump-cell_next"}]}
