Wednesday, February 16, 2011

Use Autoit v3 to make auto Login script(Internet explorer automation)

Do you login to various web accounts and type Username and passwords hundreds of time daily? Yes ! then you are wasting your valuable time which could have been used in some other productive work. Instead you can create an .EXE file to directly login into your website.Below are the ingredients needed to do so.Autoit v3IE UDF .Thats all.Google chorme to easily identify DOM element ID or NAME parameter ,else you can view source in any browser of your choice rather I recommend use of Google chromeNow open the website you want to login into(here i have used yahoo.com as an example) and right click on the Text field for username and or password and click Inspect element from the context menunow you can copy ID or Name of element(textfield) from...

Auto IT Language for Scripting

Auto IT is a powerful scripting language for Windows COM and GUI automation.It can be used to automate mouse clicks and keyboard strokes.This is an Opensource effort and is running under GNU-GPL licensing system,Major advantage of using Auto IT is the availability of various UDF-user defined functions which can be easily imported and used to automate day to day applications like Internet explorer and Office applications.Live and hot forums also adds reason for opting such a nice thing.With easy to implement syntax this is a boon for a non programmers or a new programmers who want to achieve a lot with less effort and easily turn their idea to reality. After all we all are very lazy to do a monotonous work in our systems so why not automate...