Firewatir: Error when installing Firewatir on Windows

269 views Asked by At

I am trying to install Firewatir on my PC (its OS is Windows). I have installed the jssh and test it. It is properly installed.

After that, I tried to install the firewatir gem. So I ran this command:

gem install firewatir

Then, I got this error:

ERROR: While executing gem ... (RunTimeError)

    Error installing firewatir:

         firewatir requires commonwatir = 1.6.5

Does that mean I have to install commonwatir first? When I tried to install commonwatir, I got similar error. But this time, the commonwatir required user-choices. And now, it becomes a long dependence chain of installation.

1

There are 1 answers

2
Željko Filipin On

Watir installation page says all you need to do is

gem install watir

Firewatir is part of Watir.