The watir-webdriver gem is also deprecated. Use watir > 6.0 (which is based on the watir-webdriver code)
The latest version of Watir attempts to use monotomic time where supported and it looks like we grabbed the wrong Time class for where it is not supported. I just updated and pushed the fix to 6.0.2. You should be able to just bundle update now. Titus On Tuesday, November 15, 2016 at 3:33:27 PM UTC, Raja gopalan wrote: > > Hi, watir-webdriver is not deprecated, watir-classic is deprecated. If you > install watir, it automatically install watir-webdriver. > > If you use 'gem list watir' it doesn't display watir-webdriver this time. > But it's default anyway. > > But if you still want to go for old version, then you can do by > > gem install watir -v 5.0.0 > gem install watir-classic > > > > > On Tuesday, November 15, 2016 at 8:33:08 PM UTC+5:30, gary wrote: >> >> so, i had to spin up a new vm for some regression tests and went through >> the normal installation process using gem install watir and behold we now >> have the wonderful version 6... unfortunately nothing seems to work in my >> scripts now, watir-webdriver is depracated, doesn't know what Time is, the >> list no doubt goes on, anyway what I'm hoping to find out is how to install >> the previous version of watir so i can continue using watir-webdriver. I >> intend getting everything upgraded in the future but as many of you will no >> doubt appreciate "now is not the time". does anyone out there know how i >> can install a previous version of watir so i can continue to use >> watir-webdriver? thanks in advance, G >> > -- -- 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.
