Actually, I'm starting off using this tool and learning the code following the help guide, I'm able to make the RDP connection (I have used the example code
And now I'm here in this view I would like to click enter (or moving the cursor to OK button)
And Finally enter the user/pass again in order to access remote desktop and click there some icons
I'm trying to reach out this window using this code:
Local $hWnd = WinWait("[CLASS:TscShellContainerClass]", "XXX.XX.XX.XXX - Remote Desktop Connection", 10)
ControlClick($hWnd, "", "OPContainerClass")
And I'm using the AutoIT window info to get controls info:
I'm not really sure if is possible to do something like that with this tool.Any idea suggested?
Thanks