Scaping skips pages. see below. Please help!
{"_id":"igt","startUrl":["https://www.igt.com/products-and-services/gaming/games#gs:category=1"],"selectors":[{"id":"game","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"a#ContentPlaceHolder1_main_0_GameSearch4A_ResultsListView_gameLink_0, li.three:nth-of-type(n+2)","multiple":true,"delay":"20000","clickElementSelector":"#ContentPlaceHolder1_main_0_GameSearch4A_ResultsTopUnorderedlistdatapager li:nth-of-type(10) a","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"text","type":"SelectorText","parentSelectors":["game"],"selector":"div:nth-of-type(n+2)","multiple":false,"regex":"","delay":0},{"id":"picture","type":"SelectorImage","parentSelectors":["game"],"selector":"img","multiple":false,"delay":0}]}
Url: http://example.com
Sitemap:
{id:"sitemap code"}
I also tried following but it stops after scaping first page
{"_id":"igt","startUrl":["https://www.igt.com/products-and-services/gaming/games#gs:category=1"],"selectors":[{"id":"game","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"a#ContentPlaceHolder1_main_0_GameSearch4A_ResultsListView_gameLink_0, li.three:nth-of-type(n+2)","multiple":true,"delay":"2000","clickElementSelector":".success a:contains("›")","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"text","type":"SelectorText","parentSelectors":["game"],"selector":"div:nth-of-type(n+2)","multiple":false,"regex":"","delay":0},{"id":"picture","type":"SelectorImage","parentSelectors":["game"],"selector":"img","multiple":false,"delay":0}]}
