I am doing some unit testing using 开发者_如何学Gowatin. but the problem is when a web page gets too long to load, the test automation fails because the required element is still not available but the control action is already executed in watin.
Just set Settings.WaitUntilExistsTimeOut
to wait as many seconds as you need.
精彩评论