Hello.
I am using Ranorex.Net v1.4 on Windows (Win2000, WinXP, Win7) machines. I have a need to perform the following sequence of actions:
1) Press and hold a key on the keyboard (Ctrl)
2) Click and drag with a mouse button (left button for now, but possibly other buttons later)
3) Release the keyboard key
I will also need to do a similar sequence with merely a click (no drag) in step 2.
I have not found any way to do this with the 1.4 (.Net) API. I have seen the methods Keyboard.Down and Keyboard.Up in the 2.X API, but I do not have that version of Ranorex (yet).
Is there any way to perform this sequence using Ranorex.Net v1.4?
Thank you.