WatiN aims to bring you an easy way to automate web testing with Internet Explorer and Firefox using .Net.
Using Watin, I'm trying to handle a confirm dialog box and tell watin to press "OK". This is reasoanbly well …
c# asp.net watinIn Watin's source code, there is this piece of code: public void NavigateToNoWait(Uri url) { var thread = new Thread(GoToNoWaitInternal); …
c# multithreading com watin staGiven the following HTML page: <html> <head> <title>WatiN Test</title> </…
c# watin