Cowhead Posted November 28, 2009 Posted November 28, 2009 Need help with clicking “yes” to a pop up (ActiveX) What I need to do is Log in to a website that runs activeX then asks for a username and password then asks to run ActiveX again then asks to open in a new window. This example (http://www.autoitscript.com/forum/index.php?showtopic=102119) works great to open the website however I still need to manually click yes then it enters the password and username but I still need to click yes on the next two pop up’s. On day 5 of trying to learn so any help will be greatly appreciated. Thanks
Xenobiologist Posted November 28, 2009 Posted November 28, 2009 Any chance, to test or to try it out myself? Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
Cowhead Posted November 28, 2009 Author Posted November 28, 2009 Any chance, to test or to try it out myself?The Site? I wish I could but its a web base tool at work and would require a vpn connection to the networkSorry
EndFunc Posted November 28, 2009 Posted November 28, 2009 Need help with clicking “yes” to a pop up (ActiveX)What I need to do is Log in to a website that runs activeX then asks for a username and password then asks to run ActiveX again then asks to open in a new window.This example (http://www.autoitscript.com/forum/index.php?showtopic=102119) works great to open the website however I still need to manually click yes then it enters the password and username but I still need to click yes on the next two pop up’s.On day 5 of trying to learn so any help will be greatly appreciated.ThanksTry using the Send() command to hit the Yes button of each dialog box. Use Sleep() or perhaps WinWaitActive() to pause in between if necessary. EndFuncAutoIt is the shiznit. I love it.
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