[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-24 Thread Angrez Singh
Venkatesh, I understand your problem but until you tell me which firefox version you are using, which platform, how would I can provide you with the XPI. Thanks, Angrez On Fri, Jul 24, 2009 at 2:20 AM, venkatesh kumar venkatesh...@gmail.comwrote: Hi Angrez, Please provide a JSSH which works

[wtr-general] Re: customize xml generated by ci_reports

2009-07-24 Thread pallavi shashidhar
Hi there, I have replaced the test_suite.rb with the new one and have done a - require 'ci/reporter/test_suite' here's the code require 'watir' require 'ci/reporter/test_suite.rb' class TC_TEST_suite Test::Unit::TestCase def test_a_search test_site = http://www.google.com;

[wtr-general] Re: customize xml generated by ci_reports

2009-07-24 Thread Marlon Mojares
Did you edit the test_suite.rb as instructed by Tony? On Fri, Jul 24, 2009 at 3:08 PM, pallavi shashidharpals.sha...@gmail.com wrote: Hi there, I have replaced the test_suite.rb with the new one and have done a - require 'ci/reporter/test_suite' here's the code require 'watir' require

[wtr-general] Re: customize xml generated by ci_reports

2009-07-24 Thread Tony
Hi Pallavi, When using your modified file, you dont need to require ci_reporter nor need to have it installed. Just require the modified file. require 'watir' #require 'ci/reporter/test_suite.rb' require 'YOUR MODIFIED FILE' class TC_TEST_suite Test::Unit::TestCase def test_a_search

[wtr-general] Re: Watir support java applets

2009-07-24 Thread khaja shaik
HI All, Good news today i have automated entering the text in java editor(java applets) using win320le. If our java editor (which running in browser) having the element id then this code works. require 'watir/WindowHelper' require 'win32ole' def test_addmission $ie.document.getElementByid (

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-24 Thread Lonny Eachus
Joseph: So other Mac OS X users will know: your version of the XPI worked great for me, using the default (no port specified). I haven't tried it with a specified port but 9997 is fine with me. I am running OS X 10.5.7. Thank you very much. Lonny Eachus = On Jul 23, 2:32 pm,

[wtr-general] Can't click on an image link.

2009-07-24 Thread James
Here's the source: td input type=image name=navLocation:dlCrumbList:_ctl0:imgNavImage id=navLocation_dlCrumbList__ctl0_imgNavImage onMouseover=document.getElementById ('navLocation_lblCurrentLocation').innerHTML=this.alt

[wtr-general] Re: Can't click on an image link.

2009-07-24 Thread James
Never Mind! I should have tried button. On Jul 24, 3:25 pm, James jgcpal...@gmail.com wrote: Here's the source: td                                                 input type=image name=navLocation:dlCrumbList:_ctl0:imgNavImage id=navLocation_dlCrumbList__ctl0_imgNavImage

[wtr-general] Differences in behavior between IE and FF3/3.5

2009-07-24 Thread George
Help! I have a real-life example of some very strange behavior. This works just fine in IE but it is NOT working with FF for some reason: require 'watir' Watir::Browser.default = 'ie' browser = Watir::Browser.new browser.goto http://www.truckersedge.net; browser.image(:alt, Members Login

[wtr-general] Re: Differences in behavior between IE and FF3/3.5

2009-07-24 Thread George
Sorry, please update the script to: Watir::Browser.default = 'firefox' On Jul 24, 4:13 pm, George george.sand...@gmail.com wrote: Help! I have a real-life example of some very strange behavior.  This works just fine in IE but it is NOT working with FF for some reason: require 'watir'

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-24 Thread Lonny Eachus
Angrez, This may or may not be an issue with FF 3.5, but I, too, am running Firewatir 1.6.2 on a Mac and cannot get attach() to work. Can you send me the latest gem? Thanks. Lonny Eachus --~--~-~--~~~---~--~~ You received this message because you

[wtr-general] Re: Differences in behavior between IE and FF3/3.5

2009-07-24 Thread sHiVa
It is very mush fine in my system George. No error is given. - Thnaks Regards Siva On Jul 25, 4:14 am, George george.sand...@gmail.com wrote: Sorry, please update the script to: Watir::Browser.default = 'firefox' On Jul 24, 4:13 pm, George george.sand...@gmail.com wrote: Help! I