Installing Watir via the gem utility
The install should be as simple as dropping into dos, cd to your Ruby folder and run the command:
Unfortunately it wasn’t that simple for me, we work via a proxy here so I had to tell the gem utility about it.
Running gem install when you are behind a proxy
Set the HTTP_PROXY environment variable.
Example:
You can now run:
Gem will now go off download and install the latest Watir package, version 1.4.1 in my case. Be patient this can take some time depending on server load.
misc_
gem install watirUnfortunately it wasn’t that simple for me, we work via a proxy here so I had to tell the gem utility about it.
Running gem install when you are behind a proxy
Set the HTTP_PROXY environment variable.
Example:
set HTTP_PROXY=http://mycache:8080You can now run:
gem install watirGem will now go off download and install the latest Watir package, version 1.4.1 in my case. Be patient this can take some time depending on server load.
misc_

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home