----- Original Message ----- 
From: "Mike Williams" <[EMAIL PROTECTED]>
To: <selenium-users@lists.public.thoughtworks.org>
Sent: Thursday, November 24, 2005 10:49 AM
Subject: Re: goBack bug? (was Re: [Selenium-users] spurious failures)


There is a race-condition bug in page-reload detection on Firefox, which
I haven't yet been able to get to the bottom of.  See

    http://jira.public.thoughtworks.org/browse/SEL-77

However, I suspect your problem might be use of "goBack".  Try
"goBackAndWait" instead.  The "AndWait" suffix tells Selenium to wait
(actually, poll) until the page-load is complete.

-- 

of course, duh!  ;)

> For each action foo there is also an action fooAndWait registered

Thanks Mike.  That does indeed fix it.  No "access denied" in IE and no 
"Element not found" in FF (yet, anyway).

Any reason why goBack doesn't use "andWait" by default - same as Open and 
Click?

> the "open" and "click" actions, which will both wait for a page to load by 
> default

would seem kind of obvious... don't you think?

Russ


_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to