justanotherdude Posted July 20, 2006 Posted July 20, 2006 (edited) How do I get the script to the send the text to "ClassnameNN: Edit 1" ? Run("C:\Program Files\Internet Explorer\iexplore.exe") WinWaitActive("Sign In - Microsoft Internet Explorer") Send("google.com") Edited July 20, 2006 by justanotherdude
Briegel Posted July 20, 2006 Posted July 20, 2006 I'm not sure but I think you need IE.au3 from DaleHohm
brodie28 Posted July 20, 2006 Posted July 20, 2006 You could use ControlSend to do it (It requires the beta version I think)... But if you are going to be working mainly with the internet, then I would get IE.au3. It is a much better way to do internet related stuff.
Moderators SmOke_N Posted July 20, 2006 Moderators Posted July 20, 2006 You could use ControlSend to do it (It requires the beta version I think)...ControlSend() is also in the released Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Helge Posted July 20, 2006 Posted July 20, 2006 Run('"C:\Program Files\Internet Explorer\iexplore.exe " www.google.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