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.

--
cheers, MikeW                            http://www.dogbiscuit.org/mdub/

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

Reply via email to