Re: [wtr-general] Re: Javascript pop uo using firewatir

2010-11-26 Thread Amit Kulkarni
Hello, Is there any difference running watir popup scripts for Firewatir and in Watir. This is because i am using Firewatir for ubuntu machine.I am getting an error undefined method `enabled_popup' for nil:NilClass (NoMethodError) Below is my code : require 'rubygems' require 'firewatir' #require

Re: [wtr-general] Methods written in Tear down not working consistently

2010-11-26 Thread Željko Filipin
On Fri, Nov 26, 2010 at 7:53 AM, Pavithra pavi...@gmail.com wrote: After the execution of first tc (in the test script), Tear down works exactly fine. You do not call teardown method anywhere in the code you have provided. Are you using test/unit? Željko -- Before posting, please read

Re: [wtr-general] Watir Console issues

2010-11-26 Thread Željko Filipin
On Wed, Nov 24, 2010 at 9:10 PM, Ethan notet...@gmail.com wrote: I don't think watir console is maintained or really supported. Should we remove it from Watir then? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of

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

2010-11-26 Thread Sudeep
Hi, I have just started writing scripts in WATIR. When I write the command gem -v I am getting the result as 1.3.7 . But I am getting the following error in the command prompt while I write the command : require 'Watir' or require 'watir' It shows the following error message

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

2010-11-26 Thread Željko Filipin
On Fri, Nov 26, 2010 at 12:10 PM, Sudeep sudeeppattn...@gmail.com wrote: require 'Watir' or require 'watir' You should only use require 'watir' irb(main):002:0 require 'watir' LoadError: no such file to load -- watir Do you have Watir installed? Try this from command line: gem list

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

2010-11-26 Thread sudeep pattnaik
Hi Željko, Thanks for the guidance. If i write only the command require watir then it is giving the result as false. but after writing require rubygems it is returning the value as true. The following is the result: C:\Documents and Settings\sudeeppirb irb(main):001:0 require watir

RE: [wtr-general] Methods written in Tear down not working consistently

2010-11-26 Thread Bey Gmail
Caveat: I've never written a line of code in Watir (nor Ruby) so my response may be totally off (maybe even )... ... What are you tearing down? Seems to me like you are going to the home page. Wouldn't tear down mean that you would close the session and the browser? In all oo paradigms I

Re: [wtr-general] Watir Console issues

2010-11-26 Thread Ethan
probably. I don't think it's useful - it is just a somewhat opinionated irb. On Fri, Nov 26, 2010 at 04:19, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Nov 24, 2010 at 9:10 PM, Ethan notet...@gmail.com wrote: I don't think watir console is maintained or really supported.