Re: [wtr-general] Firefox 4 and Firewatir

2011-03-22 Thread Angrez Singh
> If someone started building jssh for FF4 would watir keep using it? > Why not? But the question is who will take the responsibility to build it? Also, JSSH code has to be updated in case there is change in the way extensions are build in Firefox. There was a change from Firefox 2.x to Firefox 3

[wtr-general] Re: taza no longer works after upgrade to Ruby 1.8.7/ Watir 1.8.0

2011-03-22 Thread hillary
Thanks. I did a fresh install after getting rid of everything. Got the same issue after wards, it's because the scripts being called have a require 'activesupport' and needed to be changed to require 'active_support'. So after editing the scripts i was able to generate pages/flows/etc. Now i'm run

Re: [wtr-general] Re: taza no longer works after upgrade to Ruby 1.8.7/ Watir 1.8.0

2011-03-22 Thread Tim Koopmans
Just delete the windows folders e.g. c:\ruby and cleanup any references in %PATH% environment variable ... Can't remember if there are also hidden folders for gemfiles in C:\documents and settings\ Sometimes that happens on networked PCs (i.e. in work setups) Cheers, Tim @90kts On Wed, Mar

[wtr-general] Re: taza no longer works after upgrade to Ruby 1.8.7/ Watir 1.8.0

2011-03-22 Thread hillary
So I tried uninstalling everything and removing any reference to ruby, and re-installing 1.8.7. and the rest of the gems. And I'm still getting the same active support error when I try to generate a site. On Mar 22, 12:44 pm, Tim Koopmans wrote: > Looks like you still have another version of Ruby

[wtr-general] Re: taza no longer works after upgrade to Ruby 1.8.7/ Watir 1.8.0

2011-03-22 Thread hillary
Okay. What's the best way to delete any references to ruby (either 1.8.6 or 1.8.7)? I'm going through the folder where I've installed everything. But I'm not sure the best way to make sure that everything is gone before trying to do a fresh install. On Mar 22, 12:44 pm, Tim Koopmans wrote: > Loo

Re: [wtr-general] taza no longer works after upgrade to Ruby 1.8.7/ Watir 1.8.0

2011-03-22 Thread Tim Koopmans
Looks like you still have another version of Ruby on your system at c:/ruby If you're re-installing or changing versions, make sure you get rid of references to old binaries in your %PATH% especially for ruby and gem executables. Also delete any old ruby directories / gemfiles in your application

[wtr-general] taza no longer works after upgrade to Ruby 1.8.7/ Watir 1.8.0

2011-03-22 Thread hillary
So i've made a mess of my ruby/watir install. I was using taza with Ruby 1.8.6, Watir 1.6.7. and it worked. But then i was having trouble installing this configuration on a vm that i was setting up. Long story short I installed the latest version of watir/ruby on my local machine and its not workin

Re: [wtr-general] Firefox 4 and Firewatir

2011-03-22 Thread Trampus Richmond
If someone started building jssh for FF4 would watir keep using it? I only ask because I am having some issues getting webdriver to work as well as firewatir. --Trampus On 3/22/11 8:56 AM, "Željko Filipin" wrote: On Tue, Mar 22, 2011 at 4:53 PM, Alastair Montgomery wrote: > Has anyone tried

[wtr-general] Re: can't convert NameError into String (TypeError)

2011-03-22 Thread Dave McNulla
You probably have an error in one of your string parameters. My guess is the $! If you don't have a ruby debugger, try a puts statement: puts testReport puts 'Test crashed with reason ' puts $! puts 'FAILED' puts 'Test crashed!" you should be able to find out which isn't working. Good luck, D

Re: [wtr-general] Firefox 4 and Firewatir

2011-03-22 Thread Jari Bakken
Den 22. mars 2011 kl. 16:57 skrev "Željko Filipin" < zeljko.fili...@wa-research.ch>: On Tue, Mar 22, 2011 at 4:53 PM, Alastair Montgomery wrote: > Has anyone tried running Firewatir with Firefox 4? Firewatir will not work with Firefox 4 because we do not have jssh for it. I think watir-webdriver

Re: [wtr-general] Firefox 4 and Firewatir

2011-03-22 Thread Eric Mathiesen
2 words. Disk Image On Tue, Mar 22, 2011 at 7:53 AM, Alastair Montgomery wrote: > Has anyone tried running Firewatir with Firefox 4? > I don't want to break my test environment by installing it on my Mac. > > -- > Before posting, please read http://watir.com/support. In short: search > before you

Re: [wtr-general] Firefox 4 and Firewatir

2011-03-22 Thread Željko Filipin
On Tue, Mar 22, 2011 at 4:53 PM, Alastair Montgomery wrote: > Has anyone tried running Firewatir with Firefox 4? Firewatir will not work with Firefox 4 because we do not have jssh for it. I think watir-webdriver works with FF 4. Željko -- watir.com - community manager watir.com/book - author via

[wtr-general] Firefox 4 and Firewatir

2011-03-22 Thread Alastair Montgomery
Has anyone tried running Firewatir with Firefox 4? I don't want to break my test environment by installing it on my Mac. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

Re: [wtr-general] Webmetrics is not recording with Watir 1.8.0 on a 64 bit Windows 7

2011-03-22 Thread Željko Filipin
On Tue, Mar 22, 2011 at 2:53 PM, megha wrote: > I am not able to record browser click in webmetrics. We do not support webmetrics recorder. Please contact their support. Željko -- watir.com - community manager watir.com/book - author viaqa.mobi conference on software testing - organizer watirpod

[wtr-general] Webmetrics is not recording with Watir 1.8.0 on a 64 bit Windows 7

2011-03-22 Thread megha
I have installed Ruby v 1.8.7 and watir v 1.8.0 and upgraded my system to 64 bit but I observe that I am not able to record browser click in webmetrics. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://group

Re: [wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2011-03-22 Thread Željko Filipin
http://stackoverflow.com/questions/5381157/alternatives-to-firewatir-working-with-firefox-4 -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@go

[wtr-general] can't convert NameError into String (TypeError)

2011-03-22 Thread meaculpa
I got error in this pline of code. r.addtoReport(testReport, 'Test crashed with reason '+$!, 'FAILED', 'Test crashed!') error was : rep.rb:40:in `+': can't convert NameError into String (TypeError) from rep.rb:40:in `rescue in ' from rep.rb:6:in `' I didnt get any idea. Pllz hel