Jump to content

Recommended Posts

Posted

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.

Posted

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.

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
×
×
  • Create New...