From: Glen Holcomb Date: 2009-07-27T22:41:24+09:00 Subject: Re: Watching a website for periodic outages --001485f0a01efd1f19046fb01b70 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Sat, Jul 25, 2009 at 6:50 PM, Mark Thomas wrote: > On Jul 23, 4:50 pm, Glen Holcomb wrote: > > I just noticed a "pause" and > > started my Watir script up. It logs in but after about 10 seconds it > tries > > to click a link despite my explicit instructions not to until content h= as > > loaded. At least I thought they were explicit instructions. > > They're not explicit instructions. You're merely testing for the value > of @last_link. If @last_link is available, you're executing > @browser.link which follows the link. If you want explicit, use > @browser.wait(). > > -- Mark. > > Hmmm... @browser.wait() gives me the following error: undefined method `wait' for # (NoMethodError) It would appear I can't do that with SafariWatir --=20 "Hey brother Christian with your high and mighty errand, Your actions speak so loud, I can=92t hear a word you=92re saying." -Greg Graffin (Bad Religion) --001485f0a01efd1f19046fb01b70--