Is there any way which would allow me to use watin\'s functionalities from my web browser control? simply i wa开发者_如何转开发nt to use watin with my web browser control i don\'t want my application
I what to run开发者_JAVA技巧 may watin tester in silent mode and how I can get Team City to run my tests ?Watin tests can be made to run with IE hidden from view by setting the MakeNewIeInstanceVisibl
My WatiN automation for doing file download is working fine when executed in command window normally. But failing with timeout exceptions or fileDownload Dialog not found exception when executed as a
I\'m doing an IE auto开发者_如何转开发mation using WatiN. When a file to be downloaded is clicked, I get the following in the Internet Explorer Information bar:
I want to close the child window which is of \"Browser\" type.Have a look at the below code. WatiN.Core.Browser openBrowser = BrowserType.getBrowserObject().attachChildBrowser(document_name + Constan
I am performance integration testing where I fire up the ASPX pages using WatiN and fill the fields and insert into the database. There are couple of problems that I am facing.
I am performing actions on the page during WatiN tests. What is the neatest method for asserting certain elements are where they should be by evaluating the HTML source? I am scraping the source but l
How do you set the apartment state in the NUnit GUI runner? I\'m trying to run a single NUnit test with WatiN and I\'m getting the message:
We\'re having an intermittent problem that occurs when running certain integration tests on our continuious integration server..
I am using HTTPWatch automation API to launch a new Firefox instance like that: HttpWatch.Controller ct = new HttpWatch.Controller();