[wtr-general] Re: How to use Watir::Exception::TimeOutException

2008-10-16 Thread chethan sarathy
Thanks Alan, I have one doubt pls clarify this. If i define this in one common place(say some lib file) this will take effect for all the time out scenarios.. Eg: some time scripts will be expecting one pop up or unwanted pop up comes it couldn't under stand what to do with new pop up. these

Re: [wtr-general] Error in installation of gem

2009-12-07 Thread chethan sarathy
Here are the results I got$ ruby -vruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] $ gem -v1.3.5 $ gem sources*** CURRENT SOURCES *** http://gems.rubyforge.org/ Thanks,Chethan The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ -- You

Re: [wtr-general] Error in installation of gem

2009-12-08 Thread chethan sarathy
any help on this...? The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ -- 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

Re: [wtr-general] Error in installation of gem

2009-12-08 Thread chethan sarathy
Posted a request for solution in gemcutter group Thanks, Chethan The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

Re: [wtr-general] Error in installation of gem

2009-12-08 Thread chethan sarathy
H I All, Here is the solution for Ruby Installation Updating the Gems. Pls read this article for more info http://rubyforge.org/forum/forum.php?forum_id=35591 Steps: Find the New Ruby Installer 186-27_rc2.exe. in http://rubyforge.org/frs/?group_id=167 Install the

Re: [wtr-general] Re: Getting error (JsshSocket::JSReferenceError)

2010-07-26 Thread chethan sarathy
Hi, I have uninstalled installed a 3.6.2 version, Added new Jssh again for 3.6 version. Still I am getting the same error, More over telnet localhost 9997 request is not getting connected. Pls help me on this. Thanks, Chethan --- On Fri, 23/7/10, Tiffany Fodor tcfo...@comcast.net wrote:

Re: [wtr-general] Re: Getting error (JsshSocket::JSReferenceError)

2010-07-26 Thread chethan sarathy
is not defined (JsshSocket::JSReferenceError)     from C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/firefox.rb:195:in `goto' Pls help me out for solving this problem. Thanks, Chethan --- On Mon, 26/7/10, chethan sarathy chethan2...@yahoo.co.in wrote: From: chethan sarathy chethan2

Re: [wtr-general] Re: Getting error (JsshSocket::JSReferenceError)

2010-07-27 Thread chethan sarathy
Hi Every one, Pls help me to solve this issue, I am unable to work with firefox browser. Thanks,Chethan --- On Mon, 26/7/10, chethan sarathy chethan2...@yahoo.co.in wrote: From: chethan sarathy chethan2...@yahoo.co.in Subject: Re: [wtr-general] Re: Getting error (JsshSocket::JSReferenceError

Re: [wtr-general] Re: Getting error (JsshSocket::JSReferenceError)

2010-07-29 Thread chethan sarathy
Pls any one help me to over come this problem Thanks,Chethan --- On Mon, 26/7/10, chethan sarathy chethan2...@yahoo.co.in wrote: From: chethan sarathy chethan2...@yahoo.co.in Subject: Re: [wtr-general] Re: Getting error (JsshSocket::JSReferenceError) To: watir-general@googlegroups.com Date

RE: [wtr-general] Running bat files in command prompt

2010-08-13 Thread chethan sarathy
You can run all the scripts form a bat file, to run multiple bat files one by one you can usefollowing command in bat file start /SEPARATE bat1.filestart /SEPARATE bat2.file This will make sure a independent command prompt will be running, from this you can run other ruby scripts or Watir Suite

Re: [wtr-general] Unable to call ruby script multiple times!!

2010-11-11 Thread chethan sarathy
here is my code @i = 1 begin   require 'Ft_001' # This is my script   sleep(10)      @i = @i+1     end while @i 10 Thanks, Chethan --- On Wed, 10/11/10, Željko Filipin zeljko.fili...@wa-research.ch wrote: From: Željko Filipin zeljko.fili...@wa-research.ch Subject: Re:

Re: [wtr-general] Re: Unable to call ruby script multiple times!!

2010-11-14 Thread chethan sarathy
|    Ft_001(i) end On Nov 11, 11:35 pm, chethan sarathy chethan2...@yahoo.co.in wrote: here is my code @i = 1 begin   require 'Ft_001' # This is my script   sleep(10)      @i = @i+1     end while @i 10 Thanks, Chethan --- On Wed, 10/11/10, Željko Filipin

Re: [wtr-general] Re: Unable to call ruby script multiple times!!

2010-11-18 Thread chethan sarathy
the ebook that ruby installs as part of it's help, or getting a copy of a good tutorial such as 'Everyday scripting with Ruby'  I find the 'veryday scripting' book to be ideal for testers, many of the examples are useful on your regular work. On Nov 14, 6:29 am, chethan sarathy chethan2...@yahoo.co.in

Re: [wtr-general] Installation problem

2011-11-18 Thread chethan sarathy
Thanks for help, Its working fine now. From: Željko Filipin zeljko.fili...@wa-research.ch To: watir-general@googlegroups.com Sent: Friday, 18 November 2011 3:59 PM Subject: Re: [wtr-general] Installation problem On Fri, Nov 18, 2011 at 11:25 AM, Chethan