Top "Watin" questions

WatiN aims to bring you an easy way to automate web testing with Internet Explorer and Firefox using .Net.

Watin - Handling Confirm Dialogs with ConfirmDialogHandler

Using Watin, I'm trying to handle a confirm dialog box and tell watin to press "OK". This is reasoanbly well …

c# asp.net watin
SetApartmentState and [STAThread]

In Watin's source code, there is this piece of code: public void NavigateToNoWait(Uri url) { var thread = new Thread(GoToNoWaitInternal); …

c# multithreading com watin sta
WatiN: When finding text, how do I get a reference to its containing element?

Given the following HTML page: <html> <head> <title>WatiN Test</title> </…

c# watin