DONE EVERYTHING ok BUT Stucked at lazy load on Click,grouped selector not working

Want to scrape look inside images,inside pages load as images after visitor clicks on "look inside "

Using Grouped element selector, I can extract all images of lookinside, but the problem is the images dont load on site until look inside tab is opened atleast once
SELECTOR used to scrape inside images

Doesnt work if the button is not clicked

works only if "look inside" button is clicked and closed

I've tried click selector ,but failed due to my limited knowledge,please help me ,been trying to 7 days but failed

Url: https://www.marimari.com/book/194542/

Sitemap:
{"_id":"zzzzbookdetails","startUrl":["https://www.rokomari.com/book/194542/loke-ki-bolbe"],"selectors":[{"id":"booktitle","type":"SelectorText","parentSelectors":["_root"],"selector":".details-book-main-info__header h1","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["_root"],"selector":"span.sell-price","multiple":false,"regex":"","delay":0},{"id":"look inside images","type":"SelectorGroup","parentSelectors":["_root"],"selector":"div.lookInsideDiv img","delay":0,"extractAttribute":"src"}]}

Ya just issue a click first with delay of about 4000 (4 sec). Then add your data scrapers below it. The click can be separate from the data scrapers.

1 Like