The product page opens in a new tab

How to scrape when the products pages are opening in new tab? In my case, I try to extract information from this site: https://www.itemint.com/en/

@robert Hello, it appears that the HTML of the targeted website contains the product links, therefore you should not have difficulties navigating to the product page using the 'Link' selector.

Here's a sitemap example:

{"_id":"itemint-com-test","startUrl":["https://www.itemint.com/en/furniture/furniture/chest-of-drawers-drawers-and-chifoniers.html"],"selectors":[{"id":"product-link","multiple":true,"parentSelectors":["_root"],"selector":"a.product-item-link","type":"SelectorLink"},{"id":"product-page-title","multiple":false,"parentSelectors":["product-link"],"regex":"","selector":"span[itemprop='name']","type":"SelectorText"}]}