Watin的LogonDialogHandler不适用于Firefox 3.6

时间:2011-12-12 12:03:15

标签: watin

我正在使用WatiN为网站编写自动化脚本。当我浏览到特定网址时,会弹出一个身份验证对话框。我有以下代码来处理对话框。此代码基本上进入指定的

// Create a logon dialog handler
LogonDialogHandler ldh = new LogonDialogHandler(user, password);
browser.DialogWatcher.Add(ldh); 
browser.GoTo("URL that pops up the authentication dialog");

现在这在IE中运行得很好。但是在Firefox中,会出现对话框,之后没有任何反应。 (在其文本框中未输入用户名或密码)

知道这里出了什么问题吗?

1 个答案:

答案 0 :(得分:1)

我很抱歉,此时WatiN不支持firefox弹出窗口/对话框的自动化(WatiN 2.1及更低版本)。它可能已经完成但是我的优先级列表并不高。