Top "Watin" questions

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

Functional PDF Testing (Automate Testing of PDF Content)

I am working on an application where I am writing some automation framework for testing a web application. I am …

pdf automation automated-tests watin watij
How to test file download with Watin / IE9?

I'm trying to test file download with Watin 2.1.0 against IE9. I used the suggested code from the accepted answer to …

c# internet-explorer-9 watin
WatiN.Core.IE component giving Timeout while Internet Explorer busy error while opening a URL

I am using WATin IE component for browsing a specific website On StartBrowsing button click event I am initializing the …

c# watin
Silverlight testing: Watin vs Selenium comparison

I was wondering how well these web test frameworks (Watin and Selenium) work for Silverlight UI testing. Have anyone tried …

silverlight testing user-interface selenium watin
How to wait for jQuery Ajax requests to complete from WatiN?

I'm writing WatiN tests to test an Ajax web application and have come across a timing issue with Ajax requests. …

javascript jquery ajax watin
How do you get WatiN to work on Windows Server 2008 with IE8?

My problem is that I cannot get a simple WatiN test to reliably work on my development machine which is …

internet-explorer-8 nunit windows-server-2008 watin
How to find an Element in Watin by its tag name?

How to find a specific element, or a list of elements by using their TagName using Watin?

.net watin
In WatiN how to wait until postback is complete

in WatiN how can I wait until postback is complete. For example: // Postback response modifies update panel elsewhere on page …

asp.net watin
How do I get the children of an Element in Watin?

Given the following html: <ul id="search-results"> <li> <h3>Result 1</h3> <…

c# watin
Downloading a file with Watin in IE9

I'm having an issue with automating the process of downloading a file from a website. The website has a Java …

c# internet-explorer-9 watin