Jump to content

Total n00b needs help


Cowhead
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Try 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.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...