watin
Is there a way to select a child element inside another child element in Watin
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[详细]
2023-02-26 04:33 分类:问答WatiN Handle Confirm dialog in Firefox
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.[详细]
2023-02-25 19:32 分类:问答"Watin + Gallio + IE" performs badly?
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[详细]
2023-02-25 16:05 分类:问答SQL Agent Run SSIS package as Administrator
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.[详细]
2023-02-24 19:42 分类:问答Watin & IE9 - Cant click ok buttons
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.[详细]
2023-02-24 11:44 分类:问答WatiN "Unable to cast COM object" exception
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[详细]
2023-02-24 11:00 分类:问答WatiN unreliable for repeated downloads?
WatiN seems to not handle repeated download dialogs consistently: foreach (string file in lstFiles) { // continue if no download link[详细]
2023-02-24 08:42 分类:问答Click gmail signout link using Watin
I am using IE8 and IE9 on 2 different machines and I want to click the signout link of my gmail account.[详细]
2023-02-24 04:53 分类:问答Watin and cursor on new IE
I have a simple project like this : private void button1_Click(object sender, EventArgs e) { var browser = new IE(\"http://toto.com\", t开发者_运维知识库rue);[详细]
2023-02-22 16:27 分类:问答WatiN editing popup
I\'m trying to edit textfields in popup, it appears and does\'t close browser.Element(Find.ByText(\"testas1\")).DoubleClick();[详细]
2023-02-22 16:18 分类:问答