Hi,
I was wondering how watir maintains and creates the list of controls it
sees on a page.
I am not sure whether this functionality is directly provided by the
WebBrowser
control or watir does some magic to get the lists of various controls.
To illustrate
when I say
ie.tables.each { |t|
do something with each table
}
Does watir create the list of tables and other control when it is
finished loading a page
or WebBrowser control itself exposes this functionality (I actually
doubt it?). If WebBrowser
does not expose this functionality, where in watir.rb is the code to
construct this lists?
I am new to ruby and not very proficient with many ruby features and
syntax. So please bear with me
if its very obvious in the code.
Thanks and Regards,
Manish
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general