[wtr-general] Re: example problem

2009-06-03 Thread aidy lewis
Chuck, Your comments are highly simplistic: We still have differences with list based indexes; Watir being one based and Firewatir zero based (as Watir wraps OLE and FireWatir, javascipt), the text representation of the HTML (browser.text), #click_no_wait, and to my knowledge parallelism. Aidy

[wtr-general] Re: example problem

2009-06-02 Thread Jarmo Pertman
If you have gems, then add require 'rubygems' before require 'watir' or add environment variable RUBYOPT=-rubygems Jarmo On May 31, 8:55 am, James j.s.west...@gmail.com wrote: ok completely new to the world of ruby as well as programming       The final goal is too scrape an ajax site... if I

[wtr-general] Re: example problem

2009-06-02 Thread Chuck van der Linden
To be more clear, the current version of Watir has integrated in the Firewatir driver.. so you get both Watir and Firewatir when you install it. Most functions are pretty much equally supported on both browsers. and the way things work you now institute an instance of 'browser' which can be

[wtr-general] Re: example problem

2009-05-31 Thread Charley Baker
gem install watir at the command line which should install watir, firewatir and commonwatir. Double check by typing gem list You should see all of these gems. Otherwise, are you able to use irb? irb then require 'watir' Charley Baker blog: http://blog.charleybaker.org/ Lead Developer,