Has anybody got their Automation using Watin 2 (latest release) work with IE 9 Download Manager? Some of the issues I am facing are:
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: (
I am currently using DevExpress grids an开发者_开发知识库d I am now writing automation tests using WatiN, the problem I\'m having is
How can I work with textareas using watin开发者_高级运维? There is no function like \"browser.TextArea(...)\".
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
Im working with a textfield where when i write in it, then appear an autocomplete list 开发者_高级运维where i can choose an element.
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.
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
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
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: