Can we keep press ctrl key whenever loop is iterating

How to keep ctrl key press whenever loop is iterating

@Arun_Pondhe1,

Welcome to UiPath Community.

If you need to press Ctrl key inside the loop you can use Send Hotkey, May I know the reason why you need to keep the control key press whenever loop is iterating?

i am trying to click uielement in loop using ctrl click in loop

@Arun_Pondhe1

In order to keep key press down whilst doing other activities you can use the following in a type into activity:

[d(ctrl)] - this will keep the control key pressed down
you must also use [u(ctrl)] when you are done otherwise it will keep ctrl pressed on your desktop.

3 Likes

Thank you but it’s not work in my scenario

Are you able to send your workflow or sequence steps (image)?

I can try and have a look to help :slight_smile:

I need to do the same did you find an answer?

here is the solution … CTRL + Click - #2 by ClaytonM