i have a link that when we click will produce a window开发者_如何转开发s form that prompt us to download.Is there a way using watin for us to attach to this form and click the button?Can someone pleas
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
When executing the c# code in MSTest involving WatiN var browser = new IE(\"http://localhost:56034/\");
In the final release 2.0 of WatiN the new feature for Internet Explorer was announced: \"WatiN will now wait for IE and the
We are creating a new system with jqgrid as our main grid display - and we have implemented searching in the grid by using the fields in the column header.Basically the grid comes up empty and the use
I\'m trying to get WatiN working with MSpec in VS2010, using TestDriven.Net.My code is as follows: [Subject(\"Whatever\")]
I want to make sure that when the user clicks a button he is redirected to a certain page. I am not sure how I can use watiN to see if the page is se开发者_StackOverflow社区rved or not.
I am getting the following exception when I try to run t开发者_Go百科he SpecFlow test: The CurrentThread needs to have it\'s ApartmentState set to ApartmentState.STA to be able to automate Internet
It seem开发者_Go百科s like a simple operation - given a Watin Link class, how do you perform a crtl-click on the link?I don\'t see how you can perform a keyDown for ctrl using either a Watin method or
I am working on a web based application which takes care of online orders placed by customers . we are using watin for sanity.This is what my code reads