Lemures Posted December 8, 2008 Posted December 8, 2008 I know there is a recorder that writes a script based on recorded actions, but is there one that will work for internet actions? I'm trying to write a script for a client that logs into their account, goes through some pages to download their daily sales, then parses it in such a way then emails another guy the results. Anyway, the web actions would be a lot easier if I could just record what/where I was clicking into a script instead of having to check the html and do it all manually. Any ideas?
Valuater Posted December 9, 2008 Posted December 9, 2008 ...but is there one that will work for internet actions? Yes. IE.au3 is included in the install of Autoit. This UDF can manipulate Internet Explorer to do many, many things.Look in the help file starting with _IECreate() and that will lead to other IE UDF's. Remember there are examples at the bottom of the help page8)
vij Posted April 30, 2013 Posted April 30, 2013 Is there yet something specifically for recording web actions within AutoIT - just like how the windows recording thingy ?
Moderators JLogan3o13 Posted April 30, 2013 Moderators Posted April 30, 2013 Vij, please do not resurrect a 5 year old post. If you have questions, begin a new thread - include a detailed description of what you're trying to do, and what code you have tried already.To answer your question, no there is not a web-specific "recording thingy". As Valuater suggested to the OP so many years ago, learn to use the IE UDF. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
vij Posted April 30, 2013 Posted April 30, 2013 (edited) Vij, please do not resurrect a 5 year old post. If you have questions, begin a new thread - include a detailed description of what you're trying to do, and what code you have tried already.To answer your question, no there is not a web-specific "recording thingy". As Valuater suggested to the OP so many years ago, learn to use the IE UDF.Hey sorry, 5 years is a long time and I thought maybe something changed Also, in a lot of forums I know - moderators ask to refrain from making new thread if a thread already exists on the topic - so I thought this is the way to go - anyways sorry about that. Edited April 30, 2013 by vij
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