emh7x Posted November 2, 2008 Posted November 2, 2008 Hey. I'm trying to automate my daily login to itslearning.com. At the moment my code is: Run ("C:\Program Files\Mozilla Firefox\firefox.exe www.itslearning.com") WinWaitActive("it's learning 3.3 - Mozilla Firefox") Sleep (1000) Send ("My login") Send ("{TAB}") Send ("My password") Send ("{Enter}") Im wondering, if i could make autoit change the text of the 2 forms (on the left of the page if anyones looking at the link) to my username and password directly, without me having to have firefox as the active window. If i could, i would then make autoit do everything in the background, and as soon as autoit logged in for me, make the browser window active. I tried using ControlSend, but realized that the forms arent controls (lol ). I Cant seem to find anything for forms. only some IEform commands, but im using firefox, will they work? i hope i have expressed myself clear:) ANY help will be much appreciated thanks.
Bert Posted November 2, 2008 Posted November 2, 2008 http://www.autoitscript.com/forum/index.php?showtopic=70821This is a link to a thread that has information on how to automate Firefox The Vollatran project My blog: http://www.vollysinterestingshit.com/
emh7x Posted November 2, 2008 Author Posted November 2, 2008 http://www.autoitscript.com/forum/index.php?showtopic=70821This is a link to a thread that has information on how to automate FirefoxLooks interesting. Thanks for the link!
Bert Posted November 2, 2008 Posted November 2, 2008 Your welcome! The Vollatran project My blog: http://www.vollysinterestingshit.com/
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