robertlb Posted May 13, 2008 Posted May 13, 2008 Hello all, I have a need for an automation tool that will open a browser, log into a company online banking webpage, navigate to the balance page, save the page to my server's harddrive, and finally log off. I will then pull out a portion of the page with Coldfusion and insert it into a Manager's intranet dashboard. The trick is, however, I need this to be performed around 1 a.m. in the morning when the computer is logged off. I've been able to use other software to automate this task, but a user has to be logged in for it to work. Will AutoIT open a browser and perform the required steps when the user is logged off? Thanks, Robert
herewasplato Posted May 14, 2008 Posted May 14, 2008 Welcome to the forum. Yes, try:#include <INet.au3> _INetGetSource($s_URL) [size="1"][font="Arial"].[u].[/u][/font][/size]
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