I recently started a new testing job and my predecessor ran an automation开发者_Python百科 suite using watin, which I\'ve had no previous experience with so I\'m sorry if I\'m not able to give you the
I have been beating my head in the wall all evening on this, can someone give me some idea how I can get WatiN to TypeText into this text box? It is disabled until a radio button is selected and I am
I am using WATIN to complete a dynamically created form, which can contain several SelectLists (these are javascript controlled picklists). A sample of the select list format outputted is;
I want to do a automatic login开发者_开发问答 on a web without seeing the page (it have to be transparent for the user). All have to by using c#.
I am calling a script to open up an alertbox using Eval function like below: ie.DomContainer.Eval(\"alert(\'just a test\')\");
i\'m getting error message when trying to capture web page. On my computer it works well but at my work it doesn\'t. Here is error http://imageshack.us/photo/my-images/717/asdasfrfdf.jpg/
I\'ve a class with class A : FireFox ff = new FireFox(); ff.WaitForComplete()开发者_JS百科; class B
I\'m using watiN to test an ssl site on a test box with an un trusted certificate. As a result I\'m getting lots of popups from IE9 which I\'m unsure how to handle with watiN.
I\'ve seen various solutions to saving a file using WatiN. My current issue is similar to the others described, I need to save a PDF file, but there\'s a registry key that tells IE to automatically o
I am evaluating a couple of d开发者_开发技巧ifferent frameworks for test automation. One of the things I really like about WatiN is the page model for abstracting page code from your tests.