> First i will introduce myself, my name is Rodrigo and i'm a new user of > Watir/Ruby, from Argentina.
Good to meet you. > 1) Can i find ALL the objects loadead in the browser, searching them by > their classname [or any other propertie]? Is there a function or method If you open the file "watir.rb" in the directory "C:\watir" in an editor and do a text string search for "def show", you'll find all of the methods that expose various aspects of the page Watir has open. These were intended to be used from IRB, but they work in a script, too. We've recently been discussing improving the "show_all_objects" method to lend itself more to what you want to do. Right now, I suggest you explore the "show" methods that exist, and then ask more questions if you need to. Welcome to Watir... -Chris _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
