watin
Watin not recognising confirmation dialog OK button
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[详细]
2023-03-31 12:47 分类:问答WatiN unable to find textbox by id nor name
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[详细]
2023-03-31 11:16 分类:问答Watin can't select an option from a select list
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;[详细]
2023-03-30 19:05 分类:问答Watin login without seeing the page
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#.[详细]
2023-03-30 10:51 分类:问答DomContainer.Eval to open popup does not return
I am calling a script to open up an alertbox using Eval function like below: ie.DomContainer.Eval(\"alert(\'just a test\')\");[详细]
2023-03-30 10:30 分类:问答C# WatiN cannot capture webpage to file
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/[详细]
2023-03-30 10:04 分类:问答Watin C# - Firefox instances
I\'ve a class with class A : FireFox ff = new FireFox(); ff.WaitForComplete()开发者_JS百科; class B[详细]
2023-03-30 04:46 分类:问答WatiN - Content was blocked because it was not signed by a valid security certificate IE9 popup
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.[详细]
2023-03-28 06:44 分类:问答How can you right-click, save target as using 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[详细]
2023-03-26 19:47 分类:问答Does the WebAii framework support a page class structure in the way that WatiN does?
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.[详细]
2023-03-26 13:44 分类:问答