[wtr-general] Re: Unable to identify the object error

2010-12-11 Thread Darryl Brown
Hello Sudeep, When you use the irb example, do not use the '1.2.3.4' address. Use the address of the web server that you are trying to test. The 21.233967 load time indicates that the page was not found (it took a really long time to load). Regards, Darryl On Dec 10, 2:37 am, sudeep pattnaik w

Re: [wtr-general] Re: Unable to identify the object error

2010-12-09 Thread sudeep pattnaik
Hi Darryl, Thanks for the feedback. I have checked but found that the application contains no frames. irb(main):012:0> browser.goto'1.2.3.4' => 21.233967 irb(main):013:0> browser.show_frames there are 0 frames => 0..-1 Sudeep On Fri, Dec 10, 2010 at 6:25 AM, Darryl Brown wrote: > Hi Sudeep,

[wtr-general] Re: Unable to identify the object error

2010-12-09 Thread Darryl Brown
Hi Sudeep, Does the page you are testing have frame sets? Start an irb session and go to your web page. Example: C:\>irb irb(main):001:0> require 'watir' => true irb(main):002:0> ie = Watir::IE.new => # irb(main):003:0> ie.goto '1.2.3.4' => 5.343 irb(main):004:0> ie.show_frames there are 3 fram