rizal Posted July 16, 2011 Posted July 16, 2011 i'm still new to autoit. can u guys help me to solve my problem. i'm running a script using a software. if the script pass, it will popup a windows box that show "Pass". if it failed it will show "Failed" popup box. how do i captured the popup box? if "Pass" popup box appear,autoit can continue to open other program, and if it failed, it will exit the program after 10 seconds. Please help me...
wakillon Posted July 16, 2011 Posted July 16, 2011 Try the General Help and Support Forum ! AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
PsaltyDS Posted July 18, 2011 Posted July 18, 2011 Examine the popup window with the AutoIt Window Info Tool (AU3Info.exe) and get the identity information needed to use WinExists(). If needed to differentiate between the pass/fail popups, you might also use WinGetText(). See help file. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now