How can scape all the issue link in volume section

Can not scrape all the issue links.

Url: International Journal of Computational Intelligence Systems - Preface | Atlantis Press

Sitemap:
{"_id":"75Atlantis_Link_Scrape","startUrl":["https://www.atlantis-press.com/journals/ijcis"],"selectors":[{"clickActionType":"real","clickElementSelector":"span.toggle","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":500,"discardInitialElements":"discard-when-click-element-exists","id":"Click","multiple":false,"parentSelectors":["_root"],"selector":".subnav > ul > li > ul","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"li:nth-of-type(n+2) a","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":500,"discardInitialElements":"discard-when-click-element-exists","id":"Click 2","multiple":true,"parentSelectors":["Click"],"selector":".hasChildren li:nth-of-type(n+2) ul","type":"SelectorElementClick"},{"id":"Issue","linkType":"linkFromHref","multiple":true,"parentSelectors":["Click 2"],"selector":"a","type":"SelectorLink"}]}

Hi,

Please try the below setup for opening all the Volume links:

{"_id":"75Atlantis_Link_Scrape","startUrl":["https://www.atlantis-press.com/journals/ijcis"],"selectors":[{"clickActionType":"real","clickElementSelector":"span.toggle","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":500,"discardInitialElements":"discard-when-click-element-exists","id":"Click","multiple":false,"parentSelectors":["_root"],"selector":".subnav > ul > li > ul","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"li.hasChildren span","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":500,"discardInitialElements":"discard","id":"Click 2","multiple":true,"parentSelectors":["Click"],"selector":"_parent_","type":"SelectorElementClick"},{"id":"Issue","linkType":"linkFromHref","multiple":true,"parentSelectors":["Click"],"selector":"li.hasChildren ul a","type":"SelectorLink"}]}