Thank You Ankur for your reply
I am actually launching putty by the same command you give below but .
The application is launchedbut I have to click manually on button "Execute"
I need to know how to click on it automaticly , I tried with this code but not working
Thank you in advance for your help
I am actually launching putty by the same command you give below but .
The application is launchedbut I have to click manually on button "Execute"
Code:
SystemUtil.Run ("c:puttyputty.exe")
I need to know how to click on it automaticly , I tried with this code but not working
Code:
Window("PuTTY Configuration").WinButton("Exécuter").Click
Thank you in advance for your help