From time to time when I run my Watin tests, I get this error: WatiN.Core.Native.Mozilla.FireFoxException: Unable to connect to jssh server, please make sure you have correctly installed the jssh.xpi
Consider this HTML table: <table id=\"build-table\"> <tr> <th>Build ID</th> <th>Build Time</th>
I have a C# (Visual Studio 2010) project that opens Internet Explorer 8 like this: Brower browser = new WatiN.Core.IE( \"http://google.com\");
Let\'s say I have a hyperlink representation in HTML, like so: <a href=\"/\">Home</a> If I obtain a WatiN.Core.Link representation of said link, I should like to inspect its href attrib
I have a problem with keeping an object singleton in NUnit tests. This is my base class: [TestFixture] public class SuiteBase
I am trying to automate CRM application. I have a scenario where i should click on a Menu and then click on the list item , which should open another window. I was able to get to the list item and cli
Our team got into work in the morning and we found that all of our Watin (2.1.0) tests were failing on our integration server with the following exception. The tests also no longer work locally agains
I am having some issues trying to find item on a table - it\'s either null or I am getting an array out of bounds exception. This is what i am trying to do.
I\'m currently in the middle of upgrading out ASP.NET Application to .NET 4 Framework. The code compiles and our unit tests seem to run under the new .NET Framework without much problems. Our WaTiN te
I am new in u开发者_Python百科sing WatiN and couple it with C# for my automation needs. I am faced with a situation here. I need to run an executable from a server location. After having clicked on th