I am using watin in a class and i am calling that class in background worker Do Work but at the first line it throws exception
Currently I am doing automation testing of webapplications using nunit, wati开发者_StackOverflow社区n. How can I achieve same reults using VS 2010.My current automated system test setup for a VS 2010
Hi i\'m trying to get a row count from a table using Watin ie 1.Get the table (done) 2.Count the rows in the table (not done)
I am using Visual Studio for preparing a开发者_运维技巧nd exucute WatiN scripts using Visual Studio (Test Project).
I am running tests that needs to open a new instance of IE everytime for new test. My first test passes and closes the IE at the end and then my next test has to open a new IE but It failing at that
I am currently running my tests using teamcity. Gaving the following error SetUp method failed. System.UnauthorizedAccessException : Retrieving the COM class factory for component with CLSID {0002DF0
Does anyone开发者_JAVA百科 have experiance with Captcha on \"WatiN\" library ? The site I want to get data is having a \"captcha\" on the login page. I can enter that value if app can show captcha im
I have created a .Net C# application i开发者_Python百科n which I have embedded the WatiN inside the webbrowser control.Following is my code
i开发者_运维知识库\'m using Watin and i want to search in the page source (HTML), like the ctrl+F search, what is the best way to do it?
I am getting the following error in: The CurrentThread needs to have it\'s ApartmentState set to ApartmentState.STA to be able to automate Internet Explorer.