As you can see on the screenshot below I am extracting data using get visible text but get vis text activity can only extract if the text are visible and the data are too long and it is scrollable.
How do we make the bot to keep on getting the data using get visible text and then keep on scrolling until we reach the bottom and already have extracted all the data ? .
So the idea is bot will extract the first visible data after that the bot will scroll to extract the next list of visible data until all data are extract and nothing more to scroll.
Do anyone has technique or idea when it comes to that ? . Thank you , help would be much appreciated.
When you indicate on first row of an element you may get the number of rows available, go through the Selectors (use UiExplorer)and you may get the count.
Based on the visible row count and total row count, do the math and use While condition to fetch all the Rows.