You could even write it without any custom methods
(is_element_subclass?) like this:
require 'watir/ie'
ObjectSpace.each_object(Class) {|c| puts c if c.ancestors.include?
(Watir::Element)}Although I don't also understand what's the use of the classnames to regular users... Jarmo On Feb 17, 3:32 pm, Željko Filipin <[email protected]> wrote: > On Tue, Oct 6, 2009 at 4:01 AM, Bret Pettichord <[email protected]> > wrote: > > > require 'watir/ie' > > Thanks, I finally got some time to update the code and the output: > > http://wiki.openqa.org/display/WTR/HTML+Elements+Supported+by+Watir > > Željko -- You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general
