On Fri, Aug 27, 2010 at 7:56 PM, Super Kevy <kpe...@scholarshipamerica.org>
wrote:
> Win2k Install:

I do not have Windows 2000, but I just tried installing Ruby and
watir-webdriver on fully patched Windows XP machine (Professional, Version
2002, Service Pack 3), and it just worked.

Do you have DevKit (http://rubyinstaller.org/downloads/) installed?

What I did:

- downloaded Ruby 1.8.6-p398 http://rubyinstaller.org/downloads/ (since you
have Ruby 1.8.6)
- installed (make sure you check both "add ruby to path" and "associate .rb
files with this Ruby" options checked)

>ruby -v
ruby 1.8.6 (2010-02-04 patchlevel 398) [i386-mingw32]

>gem -v
1.3.7

>gem install watir-webdriver
Successfully installed json_pure-1.4.6
Successfully installed rubyzip-0.9.4
Successfully installed rake-0.8.7
Successfully installed ffi-0.6.3-x86-mingw32
Successfully installed selenium-webdriver-0.0.28
Successfully installed watir-webdriver-0.0.7
6 gems installed
Installing ri documentation for json_pure-1.4.6...
Installing ri documentation for rubyzip-0.9.4...
Installing ri documentation for rake-0.8.7...
Installing ri documentation for ffi-0.6.3-x86-mingw32...
Installing ri documentation for selenium-webdriver-0.0.28...
Installing ri documentation for watir-webdriver-0.0.7...
Installing RDoc documentation for json_pure-1.4.6...
Installing RDoc documentation for rubyzip-0.9.4...
Installing RDoc documentation for rake-0.8.7...
Installing RDoc documentation for ffi-0.6.3-x86-mingw32...
Installing RDoc documentation for selenium-webdriver-0.0.28...
Installing RDoc documentation for watir-webdriver-0.0.7...

>irb
> require "rubygems"
=> true
> require "watir-webdriver"
=> true
> browser = Watir::Browser.new :ie
=> #<Watir::Browser:0x33f9e28 url="" title="">

Željko

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to