Can't scrape data using the link type

I'm trying to scrape data for a listing and I want to get the text details inside the listing. but it's not working when I use it. but when I get the links on the pages the scraper digs the data.

Url: http://idx.myrealpage.com/wps/-/_wf~960,noframe~true/mylistings/17896/SearchResults.form?_pg=1

Sitemap:
{"_id":"idx1","startUrl":["http://idx.myrealpage.com/wps/-/_wf~960,noframe~true/mylistings/17896/SearchResults.form?_pg=1&ipp=20"],"selectors":[{"id":"Detailslinks","type":"SelectorElementClick","selector":"img.auto-image","parentSelectors":["_root"],"multiple":true,"delay":0,"clickElementSelector":"img.auto-image","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"img","type":"SelectorImage","selector":"img.listing-main-photo","parentSelectors":["Detailslinks"],"multiple":true,"delay":0},{"id":"price","type":"SelectorText","selector":"dl.listing-price dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"prop-type","type":"SelectorText","selector":"dl.summary-line:nth-of-type(2) dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"MLS® Num","type":"SelectorText","selector":"dl.summary-line.mls-num-line dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"bedrooms","type":"SelectorText","selector":"dl.summary-line:nth-of-type(5) dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"bathrooms","type":"SelectorText","selector":"dl.summary-line:nth-of-type(5) dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"Year-built","type":"SelectorText","selector":"dl.summary-line:nth-of-type(7) dd","parentSelectors":["Detailslinks"],"multiple":false,"regex":"","delay":0}]}

hi,
not sure this could help you, but I can extract data.
Take a look at this:

{"_id":"test2","startUrl":["http://idx.myrealpage.com/wps/-/_wf~960,noframe~true/mylistings/17896/SearchResults.form?_pg=1&ipp=20"],"selectors":[{"id":"link","type":"SelectorLink","selector":"div.description a","parentSelectors":["pagination"],"multiple":true,"delay":"3000"},{"id":"adress","type":"SelectorText","selector":"h2.listing-address","parentSelectors":["link"],"multiple":false,"regex":"","delay":"1000"},{"id":"price","type":"SelectorText","selector":"dl.listing-price dd","parentSelectors":["link"],"multiple":false,"regex":"","delay":"1000"},{"id":"pagination","type":"SelectorLink","selector":"div.listing-results-navigation-top a:nth-of-type(n+3)","parentSelectors":["_root","pagination"],"multiple":true,"delay":"2000"}]}