Scraping with Load More Button not working for me

Hi eveyone, here is the link which I want to scrape
https://10times.com/company
I've made a sitemap, Initially it was working fine and i scrapped some data but i got interrupted due to internet connection and now I'm trying to run it again but it dont work properly now. Please help me if you can. There is a "load more button" and I'm doing multiple pages.
{"_id":"topcompaniessecond","startUrl":["https://10times.com/company"],"selectors":[{"id":"clicktoscroll","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".table tr:nth-of-type(n+2)","multiple":true,"delay":"5000","clickElementSelector":"#loadMoreData button","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"category","type":"SelectorText","parentSelectors":["clicktoscroll"],"selector":"td > a:nth-of-type(1) small","multiple":false,"regex":"","delay":0},{"id":"link","type":"SelectorLink","parentSelectors":["clicktoscroll"],"selector":"strong a","multiple":false,"delay":0},{"id":"Location1","type":"SelectorText","parentSelectors":["link"],"selector":"section:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"contactspopup","type":"SelectorElementClick","parentSelectors":["link"],"selector":"div.modal-body","multiple":false,"delay":"300","clickElementSelector":"a.x-ob-cd","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"weblink","type":"SelectorLink","parentSelectors":["link"],"selector":"a.btn-lg[target]","multiple":false,"delay":0},{"id":"contactdetail","type":"SelectorText","parentSelectors":["contactspopup"],"selector":"parent","multiple":false,"regex":"","delay":0}]}

The Element Click selector seems to be created just fine, If the sitemap was working correctly prior to you internet connection troubles, there is no reason for it to not work afterwards.