How to scroll the scroll bar right in uipath

How to scroll the scroll bar right in UiPath. Attached the screenshot, which activity i should use

Hi @Rizwana_KM

You can use below activity and provide the direction as right.

Hope this helps.

You can use send hotkey activity with the right arrow button

Cheers

@Rizwana_KM

Use mouse scroll activity with property direction as right

Cheers

Hi,

In your case the easiest way is just using Keyboard Shortcuts and put “End” key there, it will scroll all over the right side, like in the screenshot below

Another option is to use mouse scroll activity and select direction Right but then you will need to adjust by distance or element, for example you can put distance = 5 and then it will scroll 5 times, you can adjust as you need

Here is the sample projet in case you want see the activities.
Scroll.zip (683.6 KB)

It it was useful please mark as the solution =)