How to scape a page that open in new tabs

Describe the problem.

Url: Limassol Developers - Page 1

Hi
How can I scrape this page as every time i click the name of a developer then it opens in a new tab.

{"_id":"liamssoldevelopers","startUrl":["https://www.cyprusdevelopers.com/limassol-developers/page-1.html"],"selectors":[{"id":"developername","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"#askanis-developers a.wb-local-business","multiple":false,"delay":2000,"clickElementSelector":"#askanis-developers a.wb-local-business","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}

@eml Hi. You can't really make the element click work here, because each time link is clicked its URL changes, and the page would be reloaded even if it opens in a new tab.

Sitemap example:

{"_id":"liamssoldevelopers","startUrl":["https://www.cyprusdevelopers.com/limassol-developers/page-1.html"],"selectors":[{"delay":0,"id":"developername","multiple":true,"parentSelectors":["_root"],"selector":"a.wb-local-business","type":"SelectorLink"}]}

Hi [viesturs]
Any idea how I could do it instead or is not possible at all?
Thanks
Emmanouil

@eml It is possible by using a link selector. Sorry, i did not mention that i already included that in the sitemap i sent you previously.

Thanks a lot.. I got it now.

@eml Welcome! :wink: