In the final release 2.0 of WatiN the new feature for Internet Explorer was announced:
"WatiN will now wait for IE and the DOM Document to get to the ‘interactive’ or ‘ready’ state to avoid unnecessary time-outs"
In fact, in my project we need to use old functionality for existed tests, when WatiN waits only 'ready' state(as I understand it is fully loading of the web page). For now, the many tests are failed.
The main problem is that WatiN try to find and to manipulate elements that aren't loaded yet after some action(for example, click on the button)
Is it possible to switch new version of WatiN to old work principle?