Q. How do I gem install Watir behind a proxy server?

A. Set an environment variable for your proxy from the command line …

set HTTP_PROXY=http://my.work.proxy:8080
gem install watir
Read More