Scroll, then click into each element to extract details

Hello. Hope some knows this.

  1. i need to scroll down to load all items. I would use the Element Scroll down type for this.

  2. Then i want to click into each item which will show the detail page. Then will i extract the item details.

Does anyone know if this is possible?

Hi
It'll be easier for everyone to know an example website you're trying to scrape.
And yes, it's possible to do it the way you mentioned.

Hi @iconoclast or anyone who can help, my example is https://www.taobao.com/markets/tbhome/cool-shop?spm=a21wu.241046-sg.9041541093.4.41cab6cbDmWpDf&categoryId=2&shopId=140563357&algArgs=null&rpos=1

This page has infinite scrolling which suggests i need to use the Element scroll down selector. However, i want to click into each of the elements so i can extract the title, price and image. My issue is how do i have it click through each element? See below sitemap.

{"_id":"taobao","startUrl":["https://www.taobao.com/markets/tbhome/cool-shop?spm=a21wu.241046-sg.9041541093.4.41cab6cbDmWpDf&categoryId=2&shopId=140563357&algArgs=null&rpos=1"],"selectors":[{"id":"element","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"li.shop","multiple":true,"delay":"3000"}]}