I am trying to select a link/button inside of a form, that is in a div. the way it was made is that there are two links/buttons of the same id, name etc. however they are in different forms, so the co
I found this code on SO to automatically dismiss a confirm dialog, but it is not working in Firefox. The problem is, var windowButton = new WindowsEnumerator().GetChildWindows(window.Hwnd, w => w.
I am having around 300 Watin tests and I run them in IE using Gallio test runner. These tests take around three and half hours to run completely. I was wondering if everyone here sees the same kind of
I\'m trying to run a SQL Agent Job with a step that is a SSIS File, and I need this step to be run as administrator.
I\'m using Watin to navigate through a large number of different websites, and I\'m using the great solution here to automatically click ok on all the javascript and ie boxes that popup.
from time to time, my monitoring application dies for no obvious reason. It seems like \"mshtml.HTML开发者_高级运维Document\" resource isn\'t available. Anyone else experienced something similar? Than
WatiN seems to not handle repeated download dialogs consistently: foreach (string file in lstFiles) { // continue if no download link
I am using IE8 and IE9 on 2 different machines and I want to click the signout link of my gmail account.
I have a simple project like this : private void button1_Click(object sender, EventArgs e) { var browser = new IE(\"http://toto.com\", t开发者_运维知识库rue);
I\'m trying to edit textfields in popup, it appears and does\'t close browser.Element(Find.ByText(\"testas1\")).DoubleClick();