Is it possible to click UI element and hotkey simultaneously?
@uma.eswaran yes It can be possible by using parallel processing. In one side use click and other side use send hot key.
If you are looking at sending any special keys…then in click activity you have a key modifier option which can be used to send special keys while clicking
Hope this helps
Cheers