You can use something like the following to wait until a page element is displayed. browser.link(:id,"mylink").wait_until_present
this will wait until the element is on the page but will time out if it doesn't appear within 60 seconds. Also see this page http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
