Hello guys, i need help in data scraping from browser. I’m using a client website from there i need to scrape the data. When the screen in normal size it’s showing 20 records when i reduce the screen size and it’s showing 70 records. So how to extract all those records. Any suggestions.
I can’t share screenshot of anything related to website as it’s clients website and it’s confidential.
Can someone guide me on this
Hi @adi.mehare I’m using 2025 version and scrolling screen also doesn’t work. It extracts only what ever is visible in screen
For scrolling use Activities - Mouse Scroll if possible.
Else you can inject Javascript to scroll Mouse scroll in data scraping - #5 by Yoichi
On the web page with normal size there are 20 records, so how do you manually go to next 20 records ?
We are scrolling and going further but in UiPath Even if we scroll also it’s not taking because the scroll bar is limited to 20 only. There is no adjustment in scroll bar. It works based on mouse scroll. When we reduce screen size my all rows reflect as because it reduces size of content
If you can do load more data by scrolling manually you should be able to do it using Activities - Mouse Scroll.
Try setting target element of mouse scroll activity to whole window or table only.
Use Cursor motion type - Smooth.
Set to Distance, this field is set to 5 by default
@Learner007 Is it possible to share the screenshot which you are trying to extract?