AllSystemGo Posted September 25, 2006 Posted September 25, 2006 (edited) Hi guys, I just finished my first script on AutoIt but I have a little problem. My script what it does is open up a web page then wait, Sleep 10000, for me to log in then starts it's automatization. What I would like to know is this: once my page is open I would like the script to wait for me to log in instead , something like a WinWait but for a web page,l of having a Sleep 10000, the website could be slower that day. Is there any way I could do a WinWaitActive or something similar for a webpage??? Cheers!! Edited September 25, 2006 by AllSystemGo
AzKay Posted September 25, 2006 Posted September 25, 2006 Might want to take a look at the IE.au3 functions. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
AllSystemGo Posted September 25, 2006 Author Posted September 25, 2006 Thxs m8 for your help. I got my own answer!! I finally use the AutoItSetOption("WinTitleMatchMode", 2) And manage to do something with that !!! Thxs again
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