Mod 17- AUTOIT code not working | Selenium Forum
B
barik.arun Posted on 14/02/2019

Hi ,

 Has any one faced any challange in  running the AUTOIT exe? I have  just compiled and tried to run the exe file, I dont see anything happening.There is no error message neither the window opens.I am using windows 10 & auto it version 3.3.14.5.Here is the simple script i am using


$windowHandle=WinGetHandle("File Upload")
WinActivate($windowHandle)

Please let me know if anyone has solution for this.

Thanks in Advance.

 


A
Ashish Thakur Replied on 20/02/2019

AutoIt works only when the windows is open.

You need to open window with selenium code in order to make autoIt work