Possible Duplicate:
Automating windows

The task is to open IE, login to page with full of ActiveX controls, navigate to certain page, input data in some field which is changing every day and click save button. View source of that pages are not available due to tight security, so the software have to be smart enough, to be explained.

link|improve this question

feedback

closed as exact duplicate by random Jul 7 '10 at 0:22

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Your best bet would be to use an AutoIt script to perform that work. It might require some hackish work arounds like scanning certain regions of the control for the fields or text you're looking to interact with, but it should be quite possible to do. It's quite versatile in what you can do with it.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.