watin
Watin 2 and IE 9 Download Manager
Has anybody got their Automation using Watin 2 (latest release) work with IE 9 Download Manager? Some of the issues I am facing are:[详细]
2023-03-13 09:31 分类:问答How to properly check for server error within Watin integration test
I am trying to detect if a server error was encountered during a watin test. I had thought the below code would do the trick however, in usage I am getting an NRE during test execution on this line: ([详细]
2023-03-13 06:36 分类:问答Automation Tests using DevExpress Grids with WatiN
I am currently using DevExpress grids an开发者_开发知识库d I am now writing automation tests using WatiN, the problem I\'m having is[详细]
2023-03-11 18:57 分类:问答Working with textarea
How can I work with textareas using watin开发者_高级运维? There is no function like \"browser.TextArea(...)\".[详细]
2023-03-10 10:19 分类:问答Hover over an element using WatiN
I work on a suite of automated tests that have been developed using WatiN and MBUnit. I\'ve heard that it\'s possible to get WatiN to \'hover\' o开发者_运维技巧ver an element, but I can\'t seem to get[详细]
2023-03-09 15:00 分类:问答handle autocomplete with watin
Im working with a textfield where when i write in it, then appear an autocomplete list 开发者_高级运维where i can choose an element.[详细]
2023-03-09 13:07 分类:问答downloading a file with Watin
How can i download a file with watin? I searched a lot and tryied but i cant get it. I only want to click on a link that have a download and save it. I used examples that i found but without success.[详细]
2023-03-08 23:13 分类:问答Getting a list of cookies set using WatiN
Is there a way to get a list of all the cookies set by a website using WatiN? The IE Browser class in WatiN provides a GetCookie method that allows you to retrieve a specific cookie, but I would like[详细]
2023-03-08 07:46 分类:问答Browse through a pop-up?
I want to test the links that appear in a pop up in a website after pressing a button. The problem is that I dont know how to do it. I dont know the name of any buttons of the popup, and even dont kno[详细]
2023-03-08 06:30 分类:问答How to scroll Firefox and IE in WatiN?
How to scroll Firefox and IE开发者_如何学运维 in WatiN?You can call the \"scrollIntoView\" method for either Internet Explorer or FireFox for any given element using the following code:[详细]
2023-03-08 04:45 分类:问答