[wtr-general] Re: NoMethodError: undefined method `links' for nil:NilClass

2008-12-10 Thread Alan Baird
Carl - Why are you getting an error for the "links" method when your fragment uses "link"? The error message also seems similar to what I get if I try to access methods on an object that is nil (@ie in your case). Alan On Wed, Dec 10, 2008 at 3:59 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote

[wtr-general] Re: NoMethodError: undefined method `links' for nil:NilClass

2008-12-10 Thread Bret Pettichord
Upgrading to 1.6.2 for most people should be a zero-effort upgrade. Upgrading to use Browser.new and make your tests also work with FireWatir -- now that may take some effort. (This is what i think you are doing.) A full stack trace would help. Bret [EMAIL PROTECTED] wrote: > Howdy, > > I a