How can I use CTRL key with a CV Click?

Has anyone used CTRL key with CV activities ? i am trying to select multiple rows in an application and hence need to use CTRL+CV Click (as normal click won’t work) . I this doable ?

Hi, @tilarapiyush

To use CTRL + CV Click try to:

First, send a “CTRL down” key using CV Type Into or Type Into activity with [d(ctrl)].

Then use the CV Click activity to click each row you want to select.

After clicking, send a “CTRL up” key with [u(ctrl)] to release the CTRL key.

This way, the clicks happen while CTRL is held down

Easiest method is to use the Key modifiers property of the Click activity, like so:

1 Like

The solution above is if you use the Use Application Browser scope - which supports CV-only targets.

If you prefer using the CV Activities, then you also have the CTRL key modifier for CV Click as well:

1 Like

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