你们那里的 Webaii 人如何处理 javascript 确认弹出窗口?
我在 ArtOfTest.WebAii.Win32.Dialogs 中找不到 ConfirmDialog 类,如果我尝试改用 AlertDialog,由于 AlertDialog 类的 ctor 中的验证规则,我会得到一个 ArgumentException:“System.ArgumentException:警报对话框只能使用 OK 或 CLOSE 按钮解除”
我的代码片段:
Manager.DialogMonitor.AddDialog(new AlertDialog(ActiveBrowser, DialogButton.CANCEL)); Manager.DialogMonitor.Start();