Scrape modal content of this website?

I'm able to scrape each element contents (image & text), but I'm unable to scrape the modal content of each element. I think it's because when open the modal and in certain seconds it will auto redirect to the another website. Anyone know how to tackle this?

Url: https://www.shopback.sg/stay-home-essentials

Sitemap:
{"_id":"product-sku-stay-home-essentials","startUrl":["https://www.shopback.sg/stay-home-essentials"],"selectors":[{"id":"image","type":"SelectorImage","parentSelectors":["card"],"selector":"img.product-image","multiple":false,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["card"],"selector":"div.product-name","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["card"],"selector":"div.product-new-price","multiple":false,"regex":"","delay":0},{"id":"cashback","type":"SelectorText","parentSelectors":["card"],"selector":"div.product-button","multiple":false,"regex":"","delay":0},{"id":"card","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.product-tile","multiple":true,"delay":0},{"id":"popup","type":"SelectorElementClick","parentSelectors":["card"],"selector":"_parent_","multiple":false,"delay":0,"clickElementSelector":"div.product-button","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"modal-text","type":"SelectorText","parentSelectors":["popup"],"selector":"div.text","multiple":false,"regex":"","delay":0}]}