[wtr-general] Re: Running my Watir Scripts in batch file??

2010-04-20 Thread JArkelen
Or use Rake for unattended execution On Apr 19, 2:22 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Apr 19, 2010 at 2:15 PM, Srinidhi srinidhi...@gmail.com wrote: 3. So in this way ill have as many scripts as many scenarios. HOW WILL I PUT THESE IN A BATCH FILE SO THAT THEY

[wtr-general] Re: Installation of Watir 1.6.5

2010-04-20 Thread deepak
Even after installing ruby 1.3.6 I'm getting the below error. I have attached the gem list, how to get win32-process 0.5.5 C:\rubygem install --local D:\watir-1.6.5.gem ERROR: Error installing D:\watir-1.6.5.gem: watir requires win32-process (= 0.5.5, runtime) C:\rubygem list *** LOCAL

Re: [wtr-general] Re: Installation of Watir 1.6.5

2010-04-20 Thread Prajakta Jadhav
your win32-process gem version is mismatching. I am attaching the required gem with this mail. Install it and then check. If it asks for any more dependent gems you can get them at following link - http://rubygems.org/gems/win32-process/versions/0.5.5

Re: [wtr-general] Re: Installation of Watir 1.6.5

2010-04-20 Thread Željko Filipin
On Tue, Apr 20, 2010 at 9:42 AM, deepak deepak.jh...@gmail.com wrote: how to get win32-process 0.5.5 There is download link here: http://rubygems.org/gems/win32-process Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received

[wtr-general] Problem with ChromeSafari in Windows XP

2010-04-20 Thread GodwinQA
When i tried to run the WATIR script in chrome, the page got loaded but then it got struck up. Can anyone do help me in this. Note: The same script works fine in both IE FF. Thanks, Godwin -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

Re: [wtr-general] Problem with ChromeSafari in Windows XP

2010-04-20 Thread Željko Filipin
On Tue, Apr 20, 2010 at 11:24 AM, GodwinQA ebig...@gmail.com wrote: When i tried to run the WATIR script in chrome, the page got loaded but then it got struck up. I do not think ChomeWatir driver works at the moment. If you want to drive Chrome, I would recommend watir-webdriver:

[wtr-general] Re: Running my Watir Scripts in batch file??

2010-04-20 Thread Srinidhi
The issue here is exception handlng has been taken care off in the scripts as far as individual scripts is concerned. How will i take of exception handling in batch file level. means in 100 scripts i have lined up,if one of them happen to fail i need my execution to continue with next script

[wtr-general] Re: how ruby kill the powerpoint app

2010-04-20 Thread Adam Reed
What are you trying to accomplish? Rather, why does the Quit() function not work for you? You may have better luck asking in the Ruby group: http://groups.google.com/group/ruby-talk-google Thanks, Adam On Apr 19, 10:21 am, arihan sinha arihan.si...@googlemail.com wrote: Hi, Is there any way

[wtr-general] Re: Running my Watir Scripts in batch file??

2010-04-20 Thread George
One option is to put your script file names in one script file like this: (in batch_run.rb): == load 'watir_script1' load 'watir_script2' load 'watir_script3' etc. This way, your other scripts will continue to run if one of them terminates unexpectedly. On Apr 20, 6:10 am,

[wtr-general] Re: Problem with ChromeSafari in Windows XP

2010-04-20 Thread GodwinQA
Thanks dude... Will try with that and come back to you. Thanks, Godwin On Apr 20, 10:37 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Apr 20, 2010 at 11:24 AM, GodwinQA ebig...@gmail.com wrote: When i tried to run the WATIR script in chrome, the page got loaded ut