[wtr-general] Re: FireWatir works in IRB not in script

2009-09-24 Thread John Kolokotronis
Try adding require 'rubygems' at the very top of your script, before the Firewatir requirement. Regards, John On Sep 23, 10:19 pm, Brad bradask...@gmail.com wrote: I installed FireWatir on the Mac.  I got the mozilla_all_tests.rb to run when I was in the unittests directory.  I can get the

[wtr-general] Re: FireWatir works in IRB not in script

2009-09-24 Thread Ankur Gera
Hi Brad, John is absolutely right.I have faced the similar issue in the past for IE also and get resolved it by adding the statement which John has provided here.You can search for the similar error on google then you will get the same solution. Thanks Regards, Ankur Gera TCS

[wtr-general] Re: FireWatir works in IRB not in script

2009-09-24 Thread Željko Filipin
On Wed, Sep 23, 2009 at 11:19 PM, Brad bradask...@gmail.com wrote: ff = Watir::Brower.new And here you have Brower instead of Browser (`s` is missing). Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] hi there is an issue in running my script

2009-09-24 Thread sathish_Er
I am using ruby 1.8.5 for developing a script to automate the process to record the response time , On executing the script in Scite i found the error attached the screen shot for your review, kindly give your comments -- Thanks Regards Sathish Kumar

[wtr-general] Re: hi there is an issue in running my script

2009-09-24 Thread kiran yajamanyam
No screen shot is available. Can you resend it? On Thu, Sep 24, 2009 at 1:12 PM, sathish_Er vpm.sath...@gmail.com wrote: I am using ruby 1.8.5 for developing a script to automate the process to record the response time , On executing the script in Scite i found the error attached the

[wtr-general] Re: I need help with Watir documentation: Methods Supported by Element

2009-09-24 Thread karim rayani
yeh definately. On Thu, Sep 24, 2009 at 4:44 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: I have been updating these wiki pages: http://wiki.openqa.org/display/WTR/Ways+Available+To+Identify+HTML+Tag http://wiki.openqa.org/display/WTR/How+and+What

[wtr-general] Mac FireWatir PopUp

2009-09-24 Thread Brad
I saw another thread about handling popups in FireWatir, but I didn't see a resolution. Please see the dialog box I'm trying to handle http://sites.google.com/site/watirattachments/ because if this is suppose to work...it isn't @browser.startClicker(Cancel) @browser.button(:caption, Agree and

[wtr-general] Web development testing survey

2009-09-24 Thread Piotr Sarnacki
Hi, I would like to know what is the situation of automated testing in web development. I've created a survey and I would like you to help me and fill it in. It's focused on testing, but if you don't test, your voice is still valueable, don't give up and fill it anyway :) Survey is on google

[wtr-general] Re: I need help with Watir documentation: Methods Supported by Element

2009-09-24 Thread karim rayani
hey hi, i have sorted the header column, you could verify the header column From Karim Rayani On Thu, Sep 24, 2009 at 4:22 AM, karim rayani karim@gmail.com wrote: yeh definately. On Thu, Sep 24, 2009 at 4:44 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: I have been updating