I want Google Voice phone calls to be answered automatically on my PC.

Is there a way AutoHotKey can test for an incoming call or test to see if the answer button appears in my browser and then click it to answer the call? The answer button only appears when there is an incoming call. I am wanting this to answer multiple incoming calls one at a time. So it may need to reset as each call ends by the caller.

link|improve this question
1  
When you say "google phone" do you mean "Google Voice"? – Dennis Williamson Oct 13 '10 at 14:54
Yes, I am using "Google Voice" to call my PC. When I receive a call a dialog box appears with 3 buttons "Answer", "Screen", and "Ignore" I am wanting the "Answer" button auto click whenever a call is received. – Wayne Oct 13 '10 at 19:18
1  
Thanks for your help – Wayne Oct 13 '10 at 19:20
feedback

1 Answer

Use WinWait command with WinText parameter, as said here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.