softwarecreater Posted April 17, 2022 Posted April 17, 2022 I am trying to do winwaitactive inside of another window that pops up inside of the other window. I am trying to auto answer calls that I receive on dialpad. winwait active doesn't work on windows inside of another window. Is there anything I can do, to do this another way? I have been searching the help files for days. Can someone please help? while 1 winwaitactive("dialpad") winwaitactive("Incoming call") sleep(1000) send("{enter}") wend
softwarecreater Posted April 17, 2022 Author Posted April 17, 2022 I am trying to auto answer calls on Dialpad. while 1 winwaitactive("dialpad") winwaitactive("Incoming call") sleep(1000) send("{enter}") wend Can someone please help? Thanks. Is there another way I can do this?
Developers Jos Posted April 17, 2022 Developers Posted April 17, 2022 Please do not cross post in multiple ( and wrong) sub forums. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
junkew Posted April 17, 2022 Posted April 17, 2022 It basically starts by what can au3inf see/highlight if window is not seen you quickly come to UIA automation / UIASpy / SimpleSpy If UIA is not seeing it you boil down to pixelgetgolor, pixelchecksum, bitblt, ocr related functions If it doesn't work thru UI then maybe the application has an API that can be used All differ in complexity so more details on what you want to achieve can help to guide better see faq 31 and 40 for some references FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
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