Watir 6.0 has been released! Implementation-wise, watir-classic has been deprecated, and watir-webdriver has been renamed to watir (so just change `require 'watir-webdriver'` to `require 'watir'` and bundle update)
Watir has added a few new features; the biggest one has to do with how it now defaults to waiting for new elements before taking actions. You should be able to get rid of all references to `when_present` in your code. For more information: Watir 6.0 Blog announcement: http://watir.github.io/watir-6-0/ Watir 6.0 FAQ: http://watir.github.io/watir-6-faq/ Thanks! Titus -- -- 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.
