dabriguy Posted October 23, 2007 Posted October 23, 2007 I haven't used autoit in a couple of years, but I am interested in what you've done with IE...I'm interested in creating a Macro that will ftp some files. The problem is I'm not able to do it by url. So in the tools provided am I able to interact with objects within the opened web page and say click here, etc etc.
Moderators big_daddy Posted October 26, 2007 Moderators Posted October 26, 2007 Yes, take a look at the _IE* functions in the help file.
Nevin Posted October 26, 2007 Posted October 26, 2007 Yeah, some commands to start with would be: #include <IE.au3> $oIE = _IECreate("ftp://www.blah.com") ;Opens a window and gives it a variable to later be called from then use one of the _IEGet* functions to assign a particular control in IE to another variable, and then use the various other _IE functions to click that object, and whatnot.
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