Watir测试中,网页弹出窗体的问题.在提交某些数据以后,网页会弹出一个确认的对话框,怎么样在watir的脚本里面写 "点击弹出的对话框 "的代码啊?包括确定,取消,关闭等按钮.[解决办法]newie = Watir::IE.attach(:title, "New winsow Title string ") 获取新窗口,然后...想做什么都可以。 newie.button(:id, )...