My situation is this: I have an ASP.NET web application that I want to implement tests for. When I initially tried WatiN, I was able to get the Google search example working, and a small test for one of the pages of the web application. But once I added the WatiN assemblies to a shelveset so a co-worker could try out my tests, WatiN stopped working on my machine.
Instead of successfully running tests, I get exceptions like this one:
WatiN.Core.Exceptions.WatiNException: Element wasn't available within 30 seconds.
The only thing WatiN seems to do right now is launch the browser with the URLs I've hard-coded. Any suggestions on what to do in order to get this working with .NET Framework 4.0 again would be greatly appreciated.