Problems with Scrollbar

Hello everyone!
I want to read a WEB page and fail to scroll down the scroll bar. The reading of the page works perfectly with Extract Strukture Data. But the data in the lower part of the page is not read. Maybe someone has a solution for me.

@peter.kloeckner
Welcome to the forum

In a first step we suggest to analyse the application more in detail at:

  • is the data loaded or will it post fetched after scrolling
  • is the application handling alternates e.g. arrow-down, pg-down

Maybe you can share more about the scenario and if possible the url.

Have you sent also a PM

1 Like

Hi @peter.kloeckner
Welcome to UiPath.

Use the “Send Hotkey” activity with [PgDn] or [Down] in a loop. Use “Set Focus” on the scrollable element before sending hotkeys.

If found helpful mark as a solution. Thanks

1 Like

Thank you very much. I’ll try it and get back to you if it worked. Unfortunately, I won’t be able to test it until next week, after my vacation.

1 Like

@peter.kloeckner,

Have you tried Mouse Scroll activity to scroll down using number of down or any other reliable UI element?

Try mouse scroll activity

Hey @peter.kloeckner can you try with mouse scroll activity .


please select the Direction No of scrolls as per your need.

cheers

Hey @singh_sumit we didnt have this activity in our Studio.

Hey @peter.kloeckner


and even if you are not able to find the activity can you show me which UiPath.UIAutomation.Activities package version you are using .
cheers

Hey @singh_sumit

Hey @peter.kloeckner are you still using classic version of UiPath in your project? because this mouse scroll activity is comes with the Modern version UiPath. the alternate method is you can use Send hotkey.
because its not the issue with the activity version.

Hey @singh_sumit thank you very much, I have changed it and am trying to see if I can do it with it.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.