You can also try SWExplorerAutomation SWEA (
http://webunittesting.com).
SWEA makes IE automation a very simple task.
Ash wrote:
I'm writing a macro to copy data to and from a web page using mainly the send
keys function. Currently I have set a long wait period in the code while the
site updates. This not only makes the macro run slower than it needs to but
also cannot detect if the site crashes.
Does anyone know a way i can check the state of the site and detect a
change. Eg when the site move from account search to account information.