加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

asp.net – 在WatiN中如何等到回发完成

发布时间:2020-12-16 04:03:49 所属栏目:asp.Net 来源:网络整理
导读:在WatiN我怎么能等到回发完成. 例如: // Postback response modifies update panel elsewhere on pagebrowser.Text("id").TypeText("asd"); // WatiN doesn't wait until postback is completed (what code should I replace it with?).browser.WaitUntilCo
在WatiN我怎么能等到回发完成.

例如:

// Postback response modifies update panel elsewhere on page
browser.Text("id").TypeText("asd"); 

// WatiN doesn't wait until postback is completed (what code should I replace it with?).
browser.WaitUntilComplete();

解决方法

WaitUntilComplete无法识别ajax调用.请参阅此文章(搜索WaitForAsyncPostBackToComplete),了解如何注入一些代码以使其工作: WatiN,Ajax and some Extension Methods

HTH,吉荣

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读