You can see this if you just go into IRB. Using watir-webdriver 0.9.9: >> require "watir-webdriver" >> Watir::Container.instance_methods
You will get an array. Starting as such: => [:section, :menuitems, :object, :meter ... Now try this with watir 6.0.2: >> require "watir" >> Watir::Container.instance_methods NameError: uninitialized constant Watir::Container That's the exact same error I see with any tools using this same construct. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
