One last question though, the website I'm scraping has that "Load more" buttton, and in order to get to the bottom you must click on it 5 times, so I added a scroll down selector and tested, it only clicked on "load more" once, and then I put 100/2000/3000 ms in the "delay" associated with the scroll selector and it actually clicked on "load more" twice, how do I get it to click on it 5 times instead of just 2 ?
My sitemap:
{"_id":"trade","startUrl":["https://10times.com/tradeshows"],"selectors":[{"id":"parent","type":"SelectorLink","parentSelectors":["_root"],"selector":"h2 a","multiple":true,"delay":0},{"id":"element click","type":"SelectorElementClick","parentSelectors":["parent"],"selector":"div.modal-body","multiple":false,"delay":0,"clickElementSelector":"a.btn.x-ob-cd","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"txt","type":"SelectorText","parentSelectors":["element click"],"selector":"parent","multiple":false,"regex":"","delay":0},{"id":"scroll","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div.aligncenter a.btn","multiple":false,"delay":""}]}