Jump to content

WEB scripting with Autoit?


Viktor
 Share

Recommended Posts

Dear Scripters,

I worked a little bit with Autoit and I like it very much. I would like to program some scripts to log in to the webpage of my bank (https), download the web page itself with the transactions and parse the html file into some useful format. I was wondering that there are standard functions or UDFs support WEB page manipulation (i.e. giving a password, login from the script filling in forms etc.) ? Or I am better of doing this in Python (where I have not done an effort yet to program a GUI - which is very easy in Autoit)

Any help/pointers is appreciated!

TIA : Viktor

Link to comment
Share on other sites

Hi,

have a look at the IE_Mangement UDF's.

You may/should also download: http://www.debugbar.com/

which gives you detailed information for the webpage and where the Input boxes are placed.

Pay attention to the point, that the Input boxes maybe on frames, so from the $IE Object you have first to create further objects for the frame(s) where the Input boxes are in.

If your Bank supports FinTS (HBCI...), there are freeware on the market (commandline-line tools, ....), at least for the German market.

HTH, Reinhard

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...