I’m working on a homepage of an software application, in the same page, there is an part of application which is scrollable and has data displayed in list. How can I read that list and also scroll inside that part of homepage. It has atleast 50 items.
I have to read a particular item from those 50 items and display its data.
How can I achieve this.