Selecting link only clicks it, and I can't get it to work:

When I select an element for pagination or for a link or click element, it instead follows the link and takes me to the next page. It is beyond my understanding to know where to begin fixing it. Here is the site: https://housingfirstmn.org/search/newsearch.asp

I don't know if it is an iframe thing or something with how the website is structured, preventing me from selecting details within the element.

In the past, people have shared sitemaps, but I can't read them to know where to fix it. I would like to learn it if possible to help out in the future.

Hi,

Yes, the search results are rendered within an iframe, hence the point-and-click action does not work.

See below a reference sitemap with the Element selector named iframe that matches the iframe elements:

{"_id":"housingfirstmn","startUrl":["https://housingfirstmn.org/search/newsearch.asp"],"selectors":[{"id":"pagination","paginationType":"clickMore","parentSelectors":["pagination","iframe"],"selector":".pagination button.btn-primary +","type":"SelectorPagination"},{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["pagination"],"selector":"a.normalName","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["link"],"regex":"","selector":"td#SpTitleBar","type":"SelectorText"},{"id":"telephone","multiple":false,"parentSelectors":["link"],"regex":"","selector":"#tdWorkPhone","type":"SelectorText"},{"extractAttribute":"href","id":"website","multiple":false,"parentSelectors":["link"],"selector":"a:contains('Visit Website ยป')","type":"SelectorElementAttribute"},{"elementLimit":0,"id":"iframe","multiple":true,"parentSelectors":["_root"],"scroll":false,"selector":"iframe#SearchResultsFrame:iframe body","type":"SelectorElement"}]}