Code: Select all
Let>RP_WAIT=0
MouseMove>100,100
Let>RP_WIN64PROCESS=1
Run>MAKEAUTOTEST_EXE
WaitWindowOpen>Test Form
Wait>2
MouseMove>1800,800
MDL>Test message
The 1st mouse move works, the application opens, and then a couple seconds later I see the message.
But the 2nd mouse move never happens (regardless of how long a Wait I put in).
Are there known Mouse issues with VMs?