Scraping Links when site uses window.open

Trying to click the links or scrape their URL

"https://www.autolina.ch/haendler/suchen?page=1"

Tried Link, Tried Popup Link - no go

Any help here?

{"_id":"autolina","startUrl":["https://www.autolina.ch/haendler/suchen"],"selectors":[{"id":"Element ","type":"SelectorElement","selector":"tr","parentSelectors":["_root"],"multiple":true,"delay":0},{"id":"Link","type":"SelectorPopupLink","selector":"h2","parentSelectors":["Element "],"multiple":false,"delay":0}]}

Figured out the Pagination part using nth-last-of css tag thanks @iconoclast, Yes I know I can use dynamic URL instead. Now how can I get it to click on each link?

{"_id":"autolina","startUrl":["https://www.autolina.ch/haendler/suchen"],"selectors":[{"id":"Element Pag","type":"SelectorElementClick","selector":"td:nth-of-type(1)","parentSelectors":["_root"],"multiple":true,"delay":0,"clickElementSelector":"section:nth-of-type(1) li:nth-last-of-type(2) a","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"Name","type":"SelectorText","selector":"h2","parentSelectors":["Element Pag"],"multiple":false,"regex":"","delay":0}]}

could you fix the problem? works or not?

I found a way to get it to click on each link and go through all 270 pages

{"_id":"autolina","startUrl":["https://www.autolina.ch/haendler/suchen?page=[1-178]"],"selectors":[{"id":"Element2 Pag","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":"td:nth-of-type(1)","multiple":true,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["Element Pag"],"selector":"h2","multiple":false,"regex":"","delay":0},{"id":"name1","type":"SelectorText","parentSelectors":["Element2 Pag"],"selector":"h1.car-panel","multiple":false,"regex":"","delay":0},{"id":"Tele","type":"SelectorText","parentSelectors":["Element2 Pag"],"selector":"span.tel span","multiple":false,"regex":"","delay":0}]}

Tell me if that does the trick. You'll need to build out which fields you want on the info page