Watir web driver vs watir

Hi I have written a big script using watir web driver, had some problem
with ie web driver, so people suggested me to go for watir.

What i did is I just replaced
require ‘watir-webdriver’
by
require ‘watir’

Is there anything which needs to be changed in script? or code for
watir-webdriver is 100% same as watir?

I don’t know the answer to this but I’d be interested to find out. If
you can log what changes needed to be made here it’ll help anyone with
the same question in future.

Joel P. wrote in post #1087791:

I don’t know the answer to this but I’d be interested to find out. If
you can log what changes needed to be made here it’ll help anyone with
the same question in future.

  1. change require ‘watir-webdriver’ to require ‘watir’
  2. browser.driver exist in case of webdriver but not for watir.