watin
Watin - Firefox error
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[详细]
2023-03-18 20:12 分类:问答In WatiN, how to verify a table's column headers and rows?
Consider this HTML table: <table id=\"build-table\"> <tr> <th>Build ID</th> <th>Build Time</th>[详细]
2023-03-18 09:57 分类:问答WatiN: Error opening Internet Explorer
I have a C# (Visual Studio 2010) project that opens Internet Explorer 8 like this: Brower browser = new WatiN.Core.IE( \"http://google.com\");[详细]
2023-03-18 04:48 分类:问答How do I get the raw href attribute from a WatiN Link object?
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[详细]
2023-03-17 20:26 分类:问答Maintaining a singleton object in WatiN tests
I have a problem with keeping an object singleton in NUnit tests. This is my base class: [TestFixture] public class SuiteBase[详细]
2023-03-16 18:22 分类:问答Clicking on the Menu Item
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[详细]
2023-03-15 20:57 分类:问答Watin integration test failing with System.UnauthorizedAccessException when executing javascript
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[详细]
2023-03-15 01:57 分类:问答how to find items on a table Grid using WATIN
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.[详细]
2023-03-14 04:57 分类:问答Gallio, MBunit and WaTiN on .NET 4
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[详细]
2023-03-14 03:05 分类:问答WatiN: How to Run the exe file instead of Saving it from the FileDownloadHandler
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[详细]
2023-03-13 21:07 分类:问答