From: Joel Pearson Date: 2012-09-05T06:08:57+09:00 Subject: Re: Watir WebDriver-page load complete You need to look for an element which is only present once the load is complete, for example, a table to become visible, or a button enabled. As far as I know you can't wait for all AJAX to complete, you need to target a specific element. -- Posted via http://www.ruby-forum.com/.