Only last 10 results are saved

Am trying to scrape this site, however only last 10 or so results are scarped instead of 1221 rows in 49 pages.

Url: http://forestinfo.forest.go.th/National_Forest.aspx

Sitemap:
{"_id":"nationalforest","startUrl":["http://forestinfo.forest.go.th/National_Forest.aspx"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".PagerStyle tr td:nth-of-type(1) a","multiple":true,"delay":0,"clickElementSelector":".PagerStyle td:nth-of-type(n+2) a","clickType":"clickMore","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"},{"id":"number","type":"SelectorText","parentSelectors":["_root"],"selector":"td[align='center']","multiple":true,"regex":"","delay":0}]}

Looks like the table is being updated dynamically. So the only the last entries are captured. :frowning:

This should work:

{"_id":"forum-forestinfo","startUrl":["http://forestinfo.forest.go.th/National_Forest.aspx"],"selectors":[{"id":"Table wrapper","type":"SelectorElement","parentSelectors":["Paginator"],"selector":"div.fc_block","multiple":false,"delay":0},{"id":"Paginator","type":"SelectorElementClick","parentSelectors":["_root","Paginator"],"selector":"td td td [width='100%'][cellpadding] > tbody > tr:nth-of-type(2)","multiple":true,"delay":"5200","clickElementSelector":".PagerStyle td:nth-of-type(n+1) a","clickType":"clickOnce","discardInitialElements":"discard","clickElementUniquenessType":"uniqueHTMLText"},{"id":"Row wrappers","type":"SelectorElement","parentSelectors":["Table wrapper"],"selector":"tr:nth-of-type(n+2):not([class*='PagerStyle'])","multiple":true,"delay":0},{"id":"Col1","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"td[align='center']","multiple":false,"regex":"","delay":0},{"id":"Col2","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"td[align='left']","multiple":false,"regex":"","delay":0},{"id":"Col3","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"td.H_text1","multiple":false,"regex":"","delay":0},{"id":"Col4","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"td.H_text2","multiple":false,"regex":"","delay":0},{"id":"From page","type":"SelectorText","parentSelectors":["Table wrapper"],"selector":"tr.PagerStyle tr span","multiple":false,"regex":"","delay":0}]}