【发布时间】:2009-12-30 11:02:57
【问题描述】:
在 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();
【问题讨论】: