watin
Slow iteration through elements in WatiN
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.[详细]
2023-03-05 19:20 分类:问答How do I use the FileUploadDialogHandler in watin to access the file upload dialog
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[详细]
2023-03-04 01:06 分类:问答Is there any tool to generate Watin page objects from a given web page?
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[详细]
2023-03-03 17:25 分类:问答WatiN get DOM element position in Firefox and IE
How to get 开发者_开发百科DOM element position in WatiN Framework? Or how get mshtml.IHTMLElement from WatiN?[详细]
2023-03-03 17:08 分类:问答Watin 2.1 error with Firefox 3.6 ContainsText and jssh
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[详细]
2023-03-03 06:21 分类:问答WatiN can't find text after searching google
I\'m trying to run a simple watiN exampl开发者_Go百科e: search google then verify the search result. (on IE9)[详细]
2023-03-01 11:14 分类:问答Watin Runscript No Wait
In Watin, as w开发者_Python百科e have for button.Click() and button.ClickNoWait() methods. How can we have this for ie.Runscript(\"Script\").[详细]
2023-03-01 05:00 分类:问答How to start new IE session with Watin
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.[详细]
2023-02-27 15:10 分类:问答how to handle delays when web pages get long to load?
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[详细]
2023-02-27 11:06 分类:问答Watin SelectedItem on a selectlist returns null
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[详细]
2023-02-27 02:32 分类:问答