Em WatiN como esperar até que o postback esteja completo

em WatiN como posso esperar até que o postback seja concluído.

Por exemplo:

// 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();

questionAnswers(3)

yourAnswerToTheQuestion