We have upgraded to Ranorex 4.0.2 (from version 3.3.4) and noticed that multiple test scenarios have failed with the error:
Code: Select all
08/02/2013 18:08:57 Error: Touch input is not supported on this operating system version.
08/02/2013 18:08:57 Error: at Ranorex.Touch.EnsureIdleWorkerStarted()
at Ranorex.Touch.TouchStart(Element element, Int32 pointer, Location location)
at Ranorex.Adapter.TouchStart(Int32 x, Int32 y)
Code: Select all
Host.Local.TouchStart(position.X + 10, position.Y + 5);
4.0.0 release notes say about basic touch operations support for Windows 8, but they do not call any changes for other operating systems. Are Touch* operations still expected to work? (TouchStart, TouchMove, TouchEnd etc)
Thank you