At 10:09 PM 7/5/2005, Paul Rogers wrote:
Now, one of the refactorings that has taken pace has the potential to
break some code. I doubt it will happen to many people. If you are using
code like the following in your scripts, please can you let me know, so
we can try to accommodate you.

   Class ObjectActions
        def my_own_special_mrthod
            # some code
        end
   end

Im sure not many, if anyone is doing this, but please let me know if you
are.

I renamed an internal class. Anyone using watir needs to understand that some interfaces are supported and others are internal to the tool, aren't intended for public consumption, and are subject to change.

The class was renamed to Elements -- if you happen to have been referencing this class all you have to do is use the new name.

Bret


_____________________
 Bret Pettichord
 www.pettichord.com

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to