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 d-l-br

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

2010-12-07 Thread sudeep pattnaik
. Is there any specific reasons for this? Initially I thought my Ruby installation got corrupted, but surprsingly it works fine for other applications. Please advise. Thanks in advance. Regards, Sudeep On Mon, Dec 6, 2010 at 7:38 PM, sudeep pattnaik sudeeppattn...@gmail.comwrote: Hi Željko

[wtr-general] Unable to identify the object error

2010-12-06 Thread Sudeep
nts.rb:48:in `set' from Intelex_Audit_1.txt:11 I am not able to find the reason why is it not able to find the Object with name ModuleId whereas in the HTML it is clearly mentioned as the name. Please can you help me out? Regards, Sudeep -- Before posting, please read http://watir.com

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

2010-12-06 Thread sudeep pattnaik
Hi Prajakta, It did not work out :( :( . Sudeep On Mon, Dec 6, 2010 at 7:16 PM, Prajakta Jadhav jadhav.praja...@gmail.comwrote: Try using value of the option instead of label. E.g: browser.select_list(:name,ModuleID).set(13) -Prajakta On Mon, Dec 6, 2010 at 7:12 PM, Sudeep sudeeppattn

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

2010-12-06 Thread sudeep pattnaik
it to Audits. Sudeep. On Mon, Dec 6, 2010 at 7:22 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Dec 6, 2010 at 2:42 PM, Sudeep sudeeppattn...@gmail.com wrote: browser.select_list(:name,ModuleID).set(Audits) option value=13nbsp;nbsp;nbsp;Audits Maybe one of these would work

Re: [wtr-general] Re: How to select a value from a drop down list

2010-12-05 Thread sudeep pattnaik
Thanks Darryl. In fact I am very new to WATIR. Will try to get my answers from the tutorials sent by you. Sudeep. On Sat, Dec 4, 2010 at 10:29 PM, Darryl Brown d-l-br...@roadrunner.comwrote: Hi Sudeep, The best way to get help here is to try first. What did you try? You seem to be very

[wtr-general] How to select a value from a drop down list

2010-12-04 Thread Sudeep
div class=icon/div p id=genderFldMsg/p /div Regards, Sudeep -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr

[wtr-general] Error in script as button is disable for some time

2010-12-02 Thread Sudeep
remains disabled for sometime when a goal is added to the goal list. Please can you suggest a way to get rid of this. Do we have any feature to make the control wait for sometime till the button is enabled again. Thanks in advance, Sudeep. -- Before posting, please read http://watir.com/support

[wtr-general] Error while running script

2010-12-02 Thread Sudeep
you let me know the reason??? Thanks Regards, Sudeep -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

[wtr-general] If-Else and loops

2010-11-30 Thread Sudeep
Hi, Please can you let me know how to write IF..ELSE and loops in WATIR with example?? Sudeep -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr

[wtr-general] Error message while typing the command require 'Watir'

2010-11-26 Thread Sudeep
guide me as I am completely new to writing scripts in WATIR. Do I need to load some files to get rid of this error??? Thanks in advance, Sudeep. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http

Re: [wtr-general] Error message while typing the command require 'Watir'

2010-11-26 Thread sudeep pattnaik
LoadError: no such file to load -- watir from (irb):1:in `require' from (irb):1 irb(main):002:0 require rubygems = true irb(main):003:0 require watir = true FYI, I have installed Ruby 1.8.6 and installed WATIR using the command gem install watir . Regards, Sudeep On Fri, Nov 26

[wtr-general] Writing and running WATIR scripts

2010-11-17 Thread Sudeep
and how to save and run it. Like for HTML we write it in Notepad and save with an extension name of .htm . The same way please can you tell me the procedure for writing and executing a WATIR script. Thanks in advance, Sudeep -- Before posting, please read http://watir.com/support. In short: search

[wtr-general] Re: Writing and running WATIR scripts

2010-11-17 Thread Sudeep
/visualinstal_7.htm On Thu, Nov 18, 2010 at 12:37 PM, Prajakta Jadhav jadhav.praja...@gmail.com wrote: Find the information here:http://screencast.com/t/k5LGJDT0Dap On Thu, Nov 18, 2010 at 12:28 PM, Sudeep sudeeppattn...@gmail.com wrote: Hi, I am completely new to WATIR. I have installed