Any tricks in getting WatiN to run on Win7/IE8? My code: browser = new IE(); browser.GoTo(\"http://testserver\");
I have a c# windows form project using watin. I would love to attach to the web-browser control on a form, is this possible? Is there any sample code on how开发者_Go百科 to attach to the embedded web
Does WatiN support redirects? I\'m trying to automate testing linked in integration library with WatiN.
How to use Right Mouse button in WatiN? I tried the following code but it didn\'t work.. Div div1 = pzDev.Div(\"AppExplorer\");
I have a web page that pops up a web page dialog. How can i handle开发者_JS百科 this using WatiN ?If your popup is really a new browser window, to access it you\'ll need to create a new WatiN IE objec
We\'re using WatiN to test our web portals.During the course of an E2E test, we\'ll occasionally see client-side script errors on the IE status bar.I\'d like to chain a handler onto the script error e
There are some buttons and menus in the application I am testing that require actual clicks to send all th开发者_高级运维e information through and FireEvent style clicking does not seem to cut it.Both
I have a Watin script that logs into a site and generates a report in excel format.I\'m having a really hard time saving the generated excel file.I thought my answer was using the GetActiveObject meth
Is there a way to iterate all form field in WatiN? Code snippet would be high开发者_JAVA技巧ly appreciated. Thanks.string url = \"http://localhost//test.htm\";
Can anybody please tell me which softwares开发者_JS百科 are required to automate tests of a .NET web application using WatiN.