[wtr-general] callback to run everytime a page loads?

2011-01-21 Thread vishnu
Hi I'm testing an app that uses jquery UI. on several pages there are elements which I might click on that make other elements visible or invisible. But it does so using jquery animation functions, so sometimes there are race conditions that occur. I have been able to prevent these problems so

Re: [wtr-general] callback to run everytime a page loads?

2011-01-21 Thread Charley Baker
There's a method called add_error_checker, that in essence runs a proc on page load. Here's a brief example: http://www.natontesting.com/2009/08/19/how-to-check-for-errors-on-every-page-using-watir/ Charley Baker Lead Developer, Watir, http://watir.com On Fri, Jan 21, 2011 at 5:23 AM, vishnu