Scaping skips pages

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}]}

@Seth Hi. Try to use an "Element click" selector - li.three with a "Click selector" - li:contains("›"):not(:contains("»")):nth(0) a:not(.aspNetDisabled)

Hope that solves your issue.

Yes, worked! Thank you so much.

@ViestursWS Hi, In filters default months is 36. I would like to change months to 72 before scraping starts. Is there any way do this? if so, how to do it?

@Seth Hi, yes, it is possible by using an Element click selector. Selector - html, click selector - div[data-igt-id="Months"] option[value="72"].

Example:

{"_id":"igt-com","startUrl":["https://www.igt.com/products-and-services/gaming/games#gs:category=1"],"selectors":[{"clickElementSelector":"div[data-igt-id=\"Months\"] option[value=\"72\"]","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":"6500","discardInitialElements":"do-not-discard","id":"month-selection","multiple":false,"parentSelectors":["_root"],"selector":"html","type":"SelectorElementClick"}]}