Does Watin support xPath? How can I access an element that does not have any开发者_运维问答 id or class or something unique to it?AFAIK, it does not.
With WatiN 1.3, the IE object constructor throws an exception on my machine. See this question. WatiN 2.1 doesn\'t have the same issue. However, I\'m using MvcContrib.WatiN which appears 开发者_如何学
Can anybody advice some good unit testing framework/tool for complicated project that have AJAX parts, complex models (btw it\'s ASP.NET MVC3 project)? I hope I can get almost开发者_StackOverflow all
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have developed an application using watin to test a website. I run the job every 15 minutes, and as long as I was running this with an admin account on the Windows 2008 server, there were no issues.
I would like to set proxy settings of a specific Internet Explorer 8 instance. Here is my code: static Process RunNewIE8Instance(string proxySettings)
I need to do tests on different versions of Internet Explo开发者_Go百科rer browser, but not WATIN.CORE.IE a method that would alter the version of browser used. I hope you understand my problem.You wi
When I use WatiN to test a website, for example,navigate to \'http://www.opm.gov/hcaaf_resource_center/assets/Lead_tool3.pdf\',it wil开发者_运维百科l prompt a PDF file.How can I close it?There are sev
I\'ve been using WatiN in C# for about 2 months now for quick checks for online surveys I develop. I\'ve gotten pretty good with it but I\'m still having one issue that I can\'t find an answer to. I k
I am using Bamboo service to execute my tests using msbuild scrip开发者_C百科t. But the Bamboo service is unable to open IE on the server.