[wtr-general] Unable to locate a frame

2009-01-22 Thread malar
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 "Unable to Locate a frame named main" what is the problem? can u resolve it and tel me? --~--~-~

[wtr-general] How to Install watir

2009-01-27 Thread malar
Hi frndz, I have installed Ruby186-25 in my system.and i am not able to install watir. i hav downloaded watir1.6.2. my browser is Internet Explorer..will it requires firewatir and commonwatir? i hav tried to install but i am getting " please anyone help me thankx in adavnce --~--~-~--~

[wtr-general] Re: Problem installing watir gem

2009-01-27 Thread malar
hi, i follwed the steps given in this link. http://wiki.openqa.org/display/WTR/Install+Watir. i downloaded watir-1.6.1 and commonwatir-1.6.1 files inside a folder in c drive. c:\watir>gem update --system ERROR: while executing gem.. Bad file descriptor - connect <2> c:\watir>gem install wati

[wtr-general] Re: Problem installing watir gem

2009-01-28 Thread malar
the problem? Thanks malar --~--~-~--~~~---~--~~ 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, please read the following guid

[wtr-general] Including watir in ruby program

2009-01-29 Thread malar
o Test-site ……. I am getting “undefined local variable or method `watir' for main:Object (NameError)” error when I run this code.. If I remove “include watir” line from the code I get an error” uninitialized constant IE (NameError)” What’s the problem? Please help m

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

2009-01-30 Thread malar
Hi, i found the solution ... i installed activesupport-2.2.2.gem instead activesupprot-1.0.0.gem now i am not getting that error --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this

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

2009-01-30 Thread malar
Hi, i am having Ruby-186.26 and watir-1.6.2 in my system. will watir-1.6.2 support pop-up message? require 'watir/IE' require 'watir/winclicker' require 'watir/contrib/enabled_popup' ie.button(:value,"Add").click hwnd = ie.enabled_popup(10) if(hwnd) w = WinClicker.new w.m

[wtr-general] Unable to enter integer value in a text_field

2009-02-03 Thread malar
es tem=0 pl help me to check the value is integer or string? so that i implement the conversion procedure to integer values alone thank u Malar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General"

[wtr-general] How to Include a ruby Program inside another Ruby Program

2009-02-12 Thread malar
': no such file to load -- safariwatir (MissingSourceFile).. Thanks, Malar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-genera

[wtr-general] Re: How to Include a ruby Program inside another Ruby Program

2009-02-13 Thread malar
Hi, I Tried Ur command.. but still i am getting the same error. c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/ active_support/ core_ext/module/introspection.rb:70:in `const_get': no such file to load -- safariwatir (MissingSourceFile).. Thanks,

[wtr-general] Re: How to Include a ruby Program inside another Ruby Program

2009-02-16 Thread malar
hi I removed include Watir from my coding..its workin now.. Thanks a lot. Malar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to wat

[wtr-general] How to change an excel file into write mode

2009-02-16 Thread malar
i run this code, my excel files becomes Read_only mode. How do I change my code to change the mode of the excel file? Thanks, Malar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General&quo

[wtr-general] Re: How to change an excel file into write mode

2009-02-17 Thread malar
Hi, ur idea works 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, please read the following guidelin

[wtr-general] How to read the Text of a pop-up

2009-02-17 Thread malar
Hi, I need to read the text of pop-up message before handling it. Is their any code to read the text? Thanx, Malar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this g

[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

[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 3 malar Do u anyone know the coding? Thanks

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

2009-01-24 Thread malar b
windows xp version 2002 and service pack 3 and the other machine has Internet Explorer 6.0.3790.3959 and Service Package version 2 windows xp version 2002 and service pack 2 thank u Malar On Fri, Jan 23, 2009 at 11:34 PM, Tiffany Fodor wrote: > > Hi! > > This is pretty dif

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

2009-01-24 Thread malar b
watir-general@googlegroups.com > [mailto:watir-gene...@googlegroups.com] On Behalf Of malar > Sent: Friday, January 23, 2009 1:15 AM > To: Watir General > Subject: [wtr-general] Unable to locate a frame > > > > > Hi, > i am new to watir. > The following code is run

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

2009-01-29 Thread malar b
lib/watir/ie.rb:82 and also i am not behind a firewall Thanx Malar --~--~-~--~~~---~--~~ 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.co

[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: 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