I\'m writing an application with Watin. Its great, but ru开发者_StackOverflow中文版nning a performance analysis on my program, over 50% of execution time is spent looping through lists of elements.
I\'m using IE8 with watin and am trying to test uploading a file via my webpage. I can\'t simply set the uploa开发者_StackOverflowd file using the set method like
WatiN looks nice, but generating page objects by hand seems very tedious. Is there any browser plugin 开发者_StackOverflow中文版or other tool that would allow me to click a few elements (form fields
How to get 开发者_开发百科DOM element position in WatiN Framework? Or how get mshtml.IHTMLElement from WatiN?
I have had problems using Firefox with Watin 2.0 and the recent 2.1 release. FireFox: 3.6.17 Watin: 2.1.0.1196
I\'m trying to run a simple watiN exampl开发者_Go百科e: search google then verify the search result. (on IE9)
In Watin, as w开发者_Python百科e have for button.Click() and button.ClickNoWait() methods. How can we have this for ie.Runscript(\"Script\").
I need to know how to start a browser instance but with a new session. I tried to clear cookies and clear cache but this doe开发者_StackOverflow社区sn\'t give me what I need.
I am doing some unit testing using 开发者_如何学Gowatin. but the problem is when a web page gets too long to load, the test automation fails because the required element is still not available but the
Prior to installing Wat开发者_JAVA百科in 2, we were using the SelectedItem property on a dropdown/select list which would return the text of the current item selected in the list of values. After upgr