Ruser wrote:Is there any way to diable real mouse movement during executing test? Or is this a feature we might have in the future?
Yes, there is a way to disable mouse/keyboard input coming from the physical devices. To do that just set the
Keyboard.Enabled and
Mouse.Enabled properties to
false. Be careful, though, if you disable both keyboard and mouse, because both devices will stay disabled until you set the
Enabled property back to
true or the automation process ends!
Ruser wrote:Also, if I use remote desktop control to execute a test, I can close the window after kicking off the test.
Please note, that you must not close the Remote Desktop window when you execute an automation via Remote Desktop! When you close the Remote Desktop window, Windows will lock the desktop on the remote machine making automation impossible (mouse and keyboard inputs are disabled completely). If you want to close the remote window, use a VNC system (like UltraVNC) instead of Remote Desktop!
Regards,
Alex
Ranorex Support Team