Faebook

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?"

@malli_malli

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

@malli_malli,

You can refer this.