[wtr-general] Re: will watir-1.6.2 support pop-up message

2009-01-31 Thread malar b
Hi, I added this line in my program it s workin now thank u --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, pl

[wtr-general] Re: will watir-1.6.2 support pop-up message

2009-01-31 Thread malar b
Hi, Thank u so much.. i followed ur code,my program is working now --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before post

[wtr-general] Re: Including watir in ruby program

2009-01-29 Thread malar b
hi, c:/>gem list --local watir this code Results ***LOCAL GEMS*** watir<1.6.2> Automated Tool for web application if i run this code, i am getting the following error c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0.0/lib/active_support/clean_logger.rb:5:in `remove_const': constant Logger::Forma

[wtr-general] Re: Unable to locate a frame

2009-01-24 Thread malar b
Hi, No need to specify ID for a frame On Fri, Jan 23, 2009 at 11:49 PM, Darin Duphorn wrote: > > Don't you need a attribute value for the frame? > > ie.frame(:id,"main").link(:text,"Add New").click. > > > > -Original Message- > From: watir-general@googlegroups.com > [mailto:watir-gene.

[wtr-general] How to read data from excel sheet

2009-01-24 Thread malar b
hi, i need to read data from an excel sheet and substitute those data into text_field's in a web page. My excel data will be like this,for Example ID Name 1John 2jerry 3malar Do u anyone know the coding? Thanks Malar --~--~-~--~~--

[wtr-general] Re: Unable to locate a frame

2009-01-24 Thread malar b
Hi, I tried the coding in command promt.but cmd promt is not supporting ruby. I am getting "Uninitialized Constant IE Error". I think the problem is with my Internet Explorer. The machine which is showing an error has Internet Explorer 6.0.2900.5512 and service package version 3 windows xp ve

[wtr-general] Access Denied Error

2009-01-23 Thread malar b
Hi, i am new to watir. The following code is running properly in one machine. ie.show_frames ie.frame("main").link(:text, "Add New").click if i try to run in another machine, i am getting "Access Denied" and "Unable to Locate a frame named main" errors what is the problem? Can u pl resolve it an