Top "Watin" questions

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

WatiN or Selenium?

I'm going to start coding some automated tests of our presentation soon. It seems that everyone recommends WatiN and Selenium. …

asp.net selenium automation automated-tests watin
How to determine if CSS has been loaded?

How can i Assert that the CSS for a page has successfully loaded and applied its styles in Watin 2.1?

css watin
Selenium locator for <label for="x">

With ASP.NET the tag IDs are pretty volatile so to make my tests more robust I want to locate …

testing selenium watin selenium-rc web-testing
Programmatically add trusted sites to Internet Explorer

I'm doing an IE automation project using WatiN. When a file to be downloaded is clicked, I get the following …

.net internet-explorer automation watin trusted-sites
How do I find the position / location of a window given a hWnd without NativeMethods?

I'm currently working with WatiN, and finding it to be a great web browsing automation tool. However, as of the …

c# .net winapi watin screenshot
WatiN System.IO.FileNotFoundException Interop.SHDocVw

I have just started to receive the following error when running my WatIn tests. System.IO.FileNotFoundException : Could not load …

.net nunit watin
WatiN Error Could not Load Assembly

I am getting the following WatiN error: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl y 'Interop.…

watin
WatiN: The CurrentThread needs to have it's ApartmentState set to ApartmentState.STA to be able to automate Internet Explorer

I am calling WatiN from a C# windows service. When I invoke WatiN it throws the following exception. The CurrentThread …

c# service watin
Pass a key stroke (i.e., Enter Key) into application using WatiN scripts

I'm using WatiN testing tool. Can I pass a key stroke (i.e., pressing a enter key) to the application …

c# watin