I'm trying to scrape the feedback of Aliexpress Products. They're embeded as a frame so I used the url of the frame, which worked fine. However, when I scrape them with the click selector, the pagination works, but it returns the same values for different pages. Is there anything I'm doing wrong here?
Url: https://feedback.aliexpress.com/display/productEvaluation.htm?productId=32924857915&ownerMemberId=222151329&companyId=232099286&memberType=seller&startValidDate=&i18n=true
Sitemap:
{"_id":"new_example","startUrl":["https://feedback.aliexpress.com/display/productEvaluation.htm?productId=32924857915&ownerMemberId=222151329&companyId=232099286&memberType=seller&startValidDate=&i18n=true"],"selectors":[{"id":"element","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.feedback-item","multiple":true,"delay":"3000","clickElementSelector":"div.ui-pagination-navi a.ui-goto-page:nth-of-type(n+1)","clickType":"clickMore","discardInitialElements":true,"clickElementUniquenessType":"uniqueCSSSelector"},{"id":"date","type":"SelectorText","parentSelectors":["element"],"selector":"dd.r-time","multiple":false,"regex":"","delay":0}]}