Chrome version:
Link to the site you were scraping: Een kot zoeken | Kotweb
Sitemap : {"_id":"Kotweb","startUrl":["https://studentkotweb.be/nl/search?page=0"],"selectors":[{"id":"Volgende Pagina","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":".pager__item--next a","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"div.m-results-content-rooms-inner"},{"id":"Koten","parentSelectors":["Volgende Pagina"],"type":"SelectorLink","selector":".m-teaser-title a","multiple":true,"version":2,"linkType":"linkFromHref"},{"id":"Naam","parentSelectors":["Koten"],"type":"SelectorText","selector":".o-detail-title span","multiple":false,"regex":"","multipleType":"singleColumn","version":2},{"id":"Adres","parentSelectors":["Koten"],"type":"SelectorText","selector":".m-icon-list-wrapper ul:nth-of-type(1) span:nth-of-type(2)","multiple":false,"regex":"","multipleType":"singleColumn","version":2},{"id":"Grootte","parentSelectors":["Koten"],"type":"SelectorText","selector":".m-icon-list-wrapper li:nth-of-type(2)","multiple":false,"regex":"","multipleType":"singleColumn","version":2},{"id":"Prijs exclusief","parentSelectors":["Koten"],"type":"SelectorText","selector":"span.o-card-price","multiple":false,"regex":"","multipleType":"singleColumn","version":2},{"id":"Prijs inclusief ","parentSelectors":["Koten"],"type":"SelectorText","selector":".o-card-price-block-total div:nth-of-type(1) div.o-card-price-line-price","multiple":false,"regex":"","multipleType":"singleColumn","version":2},{"id":"Voorzieningen ","parentSelectors":["Koten"],"type":"SelectorText","selector":"div.o-detail-block:nth-of-type(3)","multiple":false,"regex":"","multipleType":"singleColumn","version":2},{"id":"Beschrijving","parentSelectors":["Koten"],"type":"SelectorText","selector":".o-detail-intro p","multiple":false,"regex":"","multipleType":"singleColumn","version":2}]}
Log Information (Screen Record):
So my problem is that I want to get info of of 9 different listings per page, so on 1 page there are 9 listings which I want to open and extract info from and do the same with the other 8. Additionally I want the scraper to move through all of the pages, but the code I have right now seems to be able to go through the pages but not open the listings and take out information. PLease help? 
Tutorial on how to submit a video bug report: How to submit a video bug report