Hi Guys,
I'm trying to migrate my autoit script to ranorex but having some issues.
My autoit script can run without GUI (rdp minimized/closed) and i cant do the same with ranorex (not sure if its even possible)
for example i have in autoit :
ControlClick(appHandle, "", "[CLASS:SysTreeView32; INSTANCE:1]","left",2,81,45)
How can i do the same in ranorex ? if i use the .click() method it just uses the mouse which depends on the GUI and the .press() method is not supported.
is it possible to do the same with ranorex?