When using UiPath Studio to extract member IDs from Facebook, I use the mouse scroll activity and specify the scroll count. However, it only extracts the data visible on the screen and doesn’t capture all the member IDs. How can I ensure that the bot scrolls through the entire page, loads all the data, and extracts all the member IDs?"
Welcome to the community
Use the scroll activity in loop and extract in loop till you dont get nee items…do a count to know if new items are coming or no…if no then stop the bot
Cheers
You can refer this.