[Wtr-general] Undefined method getObject when attempting to do a set on a text field.

2005-08-29 Thread Stephanie Mayfield
I apologize in advance if this question has already been asked. I'm new to the list and the hunting and pecking in the archives didn't turn up an answer. (Aside: is there a search engine on the archives?) My problem is I'm getting an error when attempting to do a very simple assignment to a

Re: [Wtr-general] Undefined method getObject when attempting to do a set on a text field.

2005-08-29 Thread Raghu Venkataramana
Hi Stephanie, Are you using a released version of Watir 1.4 or something off the SCM repository? I was trying to locate the source of the problem from your stack trace: from D:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1766:in `assert_exists' from

Re: [Wtr-general] Undefined method getObject when attempting to do a set on a text field.

2005-08-29 Thread Stephanie Mayfield
Raghu, I installed 1.4 originally then I overwrote that installation via the gem. The gem is listed as 1.4.1. Thanks for looking into this! Steph On 8/29/05, Raghu Venkataramana [EMAIL PROTECTED] wrote: Hi Stephanie, Are you using a released version of Watir 1.4 or something off the SCM

Re: [Wtr-general] Undefined method getObject when attempting to do a set on a text field.

2005-08-29 Thread Raghu Venkataramana
Hi Stephanie, This is getting intersting. I just did a gem install of watir myself, but still couldn't find the method 'locate' as shown by: D:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3205:in `locate': undefined However I got the latest version HEAD version from cvs repository and that

Re: [Wtr-general] Undefined method getObject when attempting to do a set on a text field.

2005-08-29 Thread Stephanie Mayfield
Raghu, My simple case works! But I had to replace all the .rb files from the gem, not just the watir one. I have no idea how I got the CVS version of Watir installed. Thanks so much for the help! Steph On 8/29/05, Raghu Venkataramana [EMAIL PROTECTED] wrote: Hi Stephanie, This is

Re: [Wtr-general] Undefined method getObject when attempting to do a set on a text field.

2005-08-29 Thread Bret Pettichord
I'm pretty sure than none of the Watir releases included the 'locate' method -- that is only in head. When we created the 1.4.1 release, we were careful to only include minor fixes and updates that we were pretty sure would not break WET (for 1.4). It may be worth noting that the regular