i am trying to handle the retry button when triggeringie.refresh().this is what i have so far ConfirmDialogHandler confirm = new ConfirmDialogHandler();
I\'ve created a .HTA HTML application and I need to be able to create test scripts for it using watin (or anything else if you can suggest something that will work and fit in well with Visual Studio T
Given the following HTML page: <html> <head> <title>WatiN Test</title> </head>
I want to write a few web tests (over WatiN/Selenium + CassiniDev web server) for my asp.net web application.
I have some textfields processed and other elements, but I want to get the bitmap so I ca开发者_运维技巧n save it somewhere on disk. I need to do it directly from WatiN if this is possible.
I have some开发者_运维知识库 trouble to run the FileDownloadHandler on my TeamCity agent. Configuration:
How could I automatically execute the test in Nunit at a specific time. For instance I want to run the tests on a 开发者_C百科nightly build basisYou could use an CI system like hudson or Cruisecontrol
I am not satisfied of the existing implementation of the SelectLi开发者_JAVA百科st class in WatiN, especially the Select method, or SelectByValue method which doesn\'t trigger the onchange event.
Is it possible to automate the translation of a Watir/Wai开发者_如何学运维tin script to selenium? The problem is the selenium ide is only for firefox, and I need to record on Internet Explorer.If you
I have a textfield that has a开发者_StackOverflow中文版 date with the format \"12/23/2010\".Is there away for me to get the number 23 using watin ie get number from textfield;i\'m gonna use it like th