[Wtr-general] Accessing an id element with a table

2007-04-19 Thread Russ DeWolfe
I have finally found my Table cell that I want to click: ie.table(:index,8)[3][5].click However, this TD has an id, and when I try to access it by id like this: ie.table(:id,'idinfo').click watir/ruby cannot find the element, can anyone tell me the correct way to get to this element by id? I

[Wtr-general] Cannot get Autoit to create a simple control instance

2007-04-24 Thread Russ DeWolfe
I have installed AutoIT, including the dll and the autoitx active x control and here is what I get: irb(main):001:0 require 'win32ole' = true irb(main):002:0 autoit = WIN32OLE.new('AutoItX3.Control') WIN32OLERuntimeError: unknown OLE server: `AutoItX3.Control' HRESULT error code:0x800401f3

Re: [Wtr-general] Wtr-general Digest, Vol 42, Issue 14

2007-05-08 Thread Russ DeWolfe
Here is the message I get when I attempt to install this gem: ERROR: While executing gem ... (RuntimeError) Error instaling unroller: unroller requires facets = 1.8.54 NOTE: I DID install the win32console gem -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Wtr-general] Where is reporter.rb

2007-05-15 Thread Russ DeWolfe
Where can I get reporter.rb, I don't see it in test/unit/ui ?? ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] global variable is not seen in test_ method

2007-05-23 Thread Russ DeWolfe
When I attempt to use the $ie global variable in a test _ method: class TC_Policies Test::Unit::TestCase require 'rubygems' gem 'watir' require 'watir' require 'utilities' require 'test/unit/testcase' require 'win32ole' require 'unittests/setup' #setup to run suite $ie =

[Wtr-general] Old information in user guide.

2007-06-22 Thread Russ DeWolfe
Why is this info still in the user guide when the preferred way to install water is via a gem? There are two ways to install Watir: using the one-click installer or the gem. Unless you are an advanced Ruby programmer, we recommend using the One-Click Installer. It actually installs more