How can we drag From Left to Right in window using Uipath activities, Not using single click activity more than 100 times

Hi,

Im struck in this work any one can give me solution.

How can we drag From Left to Right in window or browser using Uipath activities ,
if there are more than 100 click activities we need to give.
instead of using click activity , can we do any other way

NOTE : Not using single click activity more than 100 times

Hi Sumanth,

follow these steps

  1. click activity on scroll bar (Click down)
    Properties :
    MouseButton: BTN_LEFT
    clickType: CLICK_DOWN

  2. Hover

  3. Click activity on scroll bar(Click up)
    Properties :
    clickType: CLICK_UP
    MouseButton: BTN_LEFT

We can use Send hot keys to move (pgup, pgdown)

@sumanth.devarakonda

i understand you don’t want to give N number of Clicks, but there is no windows key short cut get you to end of right scroll i know of.

i would recommend use Type Into Activity with N number of Key press for Right key [K(right)].

this will have one activity that scroll to your right end and not harm on sending more than expected key press.

Please let me know if that helps in any way.

Thanks~Rajesh

1 Like