Scrapping Elements from Pop up window: same link

I want to scrape the reviews from a pop up window having same same link as main link. Problem in the pop up window there is no show more button, we have to use scroll down. Scroll down is running on main link not on the pop-up window.


sitemap :-{"_id":"allegro_iph11","startUrl":["https://allegro.cz/nabidka/smartphone-apple-iphone-11-4-gb-64-gb-bily-14510208060?bi_s=ads&bi_m=productlisting:desktop:query&bi_c=N2UzOGQ2ZjAtOWVjZi00NDE0LWEwMDktOTgxOGVlNjhlNjRkAA&bi_t=ape&referrer=proxy&emission_unit_id=8755cb65-5cf5-4728-a610-d064d648db75"],"selectors":[{"delay":2000,"elementLimit":500,"id":"page","multiple":true,"parentSelectors":["_root"],"selector":".mryx_16 div[itemprop='review']","type":"SelectorElementScroll"},{"extractAttribute":"content","id":"Rating","multiple":false,"parentSelectors":["page"],"selector":"meta[itemprop="ratingValue"]","type":"SelectorElementAttribute"},{"id":"Review Date","multiple":false,"parentSelectors":["page"],"regex":"","selector":"span[data-testid='reviewDatePublished']","type":"SelectorText"},{"id":"Review Text","multiple":false,"parentSelectors":["page"],"regex":"","selector":"p","type":"SelectorText"},{"id":"Allegro","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"-x-","type":"SelectorText"},{"id":"Review Title","multiple":false,"parentSelectors":["page"],"regex":"","selector":"-x-","type":"SelectorText"}]}

Hi,

Please post the sitemap as preformatted text. Thanks

code