[wtr-general] Not able to run .rb script from cmd

2009-08-31 Thread Bindhu
Hi All, I m very much new to Watir. In command prompt had provided 2 arguments like : C:\test.rb test_data.ods I am getting below exception when I run the above command. c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- Results

[wtr-general] Re: Not able to run .rb script from cmd

2009-08-31 Thread Bindhu
'Import' include Import. On Aug 31, 4:36 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Aug 31, 2009 at 1:25 PM, Bindhu udayarekha2...@gmail.com wrote: In command prompt  had provided 2 arguments like : C:\test.rb test_data.ods Why do you call your Ruby file with quotes

[wtr-general] Need to print information in back to .ods file after script execution

2009-09-08 Thread Bindhu
I am using open office (.ods) for the test data. I would like to print some information on .ods after sucessfull execution of the ruby script. Please provide me the solution if any one has... --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Need to print information in back to .ods file after script execution

2009-09-08 Thread Bindhu
, Sep 8, 2009 at 11:53 AM, Bindhu udayarekha2...@gmail.com wrote: I would like to print some information on .ods after sucessfull execution of the ruby script. This could help: http://roo.rubyforge.org/ Željko --http://watirpodcast.com

[wtr-general] Need to print results of Mulitple scripts in one HTML file

2009-10-08 Thread Bindhu
Hi All, In batch file I have included 2 scripts to be executed. After a successful execution of this batch I want to print the results in one HTML file. As of now I am able to print the one HTML file for one script. But I want a single HTML file to be printed for multiple scripts which I have

[wtr-general] Re: Need to print results of Mulitple scripts in one HTML file

2009-10-09 Thread Bindhu
the results. It will log the results one after another in the same html file. -Prajakta On Fri, Oct 9, 2009 at 10:31 AM, Bindhu udayarekha2...@gmail.com wrote: Hi All, In batch file I have included 2 scripts to be executed. After a successful execution of this batch I want to print

[wtr-general] Problem with startClicker

2009-10-13 Thread Bindhu
Hi All, I am using the startClicker which is been posted at http://wiki.openqa.org/display/WTR/JavaScript+Pop+Ups to handel popups. I am facing the 2 below mentioned problems. It'll be very helpful if any of you can provide me some solution. ACtions $ie.frame(:name,

[wtr-general] Need help about startClicker

2009-10-20 Thread Bindhu
Hi All, I need to skip the pop up when ever it appear. I am using startClicker to handle the popups. Please help me some one. Thanks in Advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group.

[wtr-general] Re: Need help about startClicker

2009-10-28 Thread Bindhu
how can get the property of it. Thanks In Advance On Oct 21, 1:10 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Oct 21, 2009 at 6:37 AM, Bindhu udayarekha2...@gmail.com wrote: I need to skip the pop up when ever it appear. And the problem is? Have you read this? http

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Bindhu
: Hi Bindhu, Sorry for interrupt but may be this will help to solve ur problem. Try with this article -- http:// goog_1256773908603bit.ly/3TbxYr http://bit.ly/3TbxYr and Replace the window name notepad' to your pop-up window name. Thanks On Thu, Oct 29, 2009 at 11:06 AM, Bindhu

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Bindhu
(:name, mainFrame).button(:id,addProducts).click Thanks On Oct 29, 11:55 am, Raveendran P jazzezr...@gmail.com wrote: Hi Bindhu, Try  with this change  if ouput == true   else end 1. Replace = to ==. 2.Replace 'true' to true -- it returns true -- it is not a string Awaiting your reply

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Bindhu
even though the popup does not appear. If my guess is correct, is there any other alternat way to handle the popup... like based on the warning message printed on the popup Thanks On Oct 29, 12:15 pm, Raveendran P jazzezr...@gmail.com wrote: Hi Bindhu,  Its Strange ! There is not possible

[wtr-general] Re: Need help about startClicker

2009-11-01 Thread Bindhu
. If not exists continue with the remaning code Thanks, Bindu On Oct 30, 10:13 am, Raveendran P jazzezr...@gmail.com wrote: Hi Bin,  Your guess is correct. But I am finding(trying to find) the alternative way  for this. thanks On Thu, Oct 29, 2009 at 12:58 PM, Bindhu udayarekha2