I am using WatiN to script action开发者_高级运维s in Internet Explorer that run in the background of the user\'s machine.(I know...hacky).I am able through WatiN to make the Internet Explorer window n
I am working on an application where I am writing some automation framework for testing a web application.I am using Watij / Watin for开发者_如何学Go the framework, but have run into a problem with ve
Anyone know how to use CertificateWarningHandler in WatiN? I\'ve got as far as... IE ie = new IE(\"https://mysite.aspx\");
How to get latest trunk revision of WatiN.Core.dll to support \"Browser.AttachTo\" method? Or is there any other way to support \"AttachTo\" method (similar to AttachTo开发者_高级运维IE for IE) for Fi
I\'m running Hudson for my automated builds and love it. I\'d now like to create automated Web browser tests using either WaTiN (preferred) or Selenium.
Hi i am using WatiN (version 2.0.10.928) with NUnit (2.5.2.9222) if I have something like [Test] public void WebPageTest()
I\'ve to automate a file download activity from a website (similar to, let\'s say, yahoomail.com开发者_Python百科). To reach a page which has this file download link, i\'ve to login, jump from page to
I want to do a 开发者_JAVA百科\"two step\" search using Watin. For example I would like to search for a ul-tag having class \"abc\". Then I would like to search for a certain li-tag inside that elemen
I am trying to apply some WatiN UI tests to my new ASP .Net MVC application, running the WatiN tests through MbUnit, but am having some difficulties.
I am considering porting a WPF application to Silverlight. 开发者_C百科 However, the WPF application uses Watin to spawn IE processes and automate certain tasks.