Scrape order list from Aliexpress

Hi, I'd like to get the whole purchase history from aliexpress. I'm stuck on pagination, for some reason the sraper ends on the 2nd page (out of 10+).

Url: https://trade.aliexpress.com/orderList.htm

Sitemap:
{"_id":"ali-click","startUrl":["https://trade.aliexpress.com/orderList.htm"],"selectors":[{"id":"orderlist","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"tbody","multiple":true,"delay":"16000","clickElementSelector":"a.ui-pagination-next.ui-goto-page","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"orderid","type":"SelectorText","parentSelectors":["orderlist"],"selector":".order-info .first-row span.info-body","multiple":false,"regex":"","delay":0},{"id":"state","type":"SelectorText","parentSelectors":["orderlist"],"selector":"span.f-left","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["orderlist"],"selector":"p.amount-num","multiple":false,"regex":"","delay":0},{"id":"store","type":"SelectorText","parentSelectors":["orderlist"],"selector":".store-info span.info-body","multiple":false,"regex":"","delay":0},{"id":"date","type":"SelectorText","parentSelectors":["orderlist"],"selector":".second-row span.info-body","multiple":false,"regex":"","delay":0},{"id":"goods","type":"SelectorText","parentSelectors":["orderlist"],"selector":".product-title a","multiple":true,"regex":"","delay":0}]}

Did you get an answer to this or figure it out on your own?
I am trying to do exactly the same thing and have not figured out the secret.
Would appreciate if you could share whatever solution you found.
Thanks!