[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-05 Thread JArkelen
Done! On Nov 5, 3:55 pm, Bret Pettichord [EMAIL PROTECTED] wrote: Great suggestion. Would you mind making this change? Bret --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-05 Thread JArkelen
Done. The new version also supports Safari right? I assume the Windows version of safari? When I set the browser to safari in options.yml and run a test, I get this error: c:/ruby/lib/ruby/gems/1.8/gems/commonwatir-1.6.1/lib/watir/browser.rb: 75:in `kla ss': (eval):1:in `klass': uninitialized

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-05 Thread Bret Pettichord
The Browser.new interface should work with the existing SafariWatir code. As far as I know, no one has tested it (except, now, you). In any case SafariWatir is currently Mac-only. To use this (on mac), you will have to first install SafariWatir (gem install safariwatir). Bret JArkelen

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-05 Thread Michael Hwee
] Re: Watir 1.6.1 is available for testing Now it works! Adding HTTP_PROXY as environment variable did the trick for me. I think it would be good to add to the installation instruction that you have to install jssh to make firewatir work? Anyway, thanks for the good work!! Cheers, John

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-04 Thread Bret Pettichord
As I just mentioned to Jim, IE is renaming the gems. You need to name them back to their original names. I've updated the notes on the download page. http://wiki.openqa.org/display/WTR/Development+Builds Bret Bret Pettichord wrote: JArkelen wrote: When I use the instructions from this

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-03 Thread JArkelen
Hi, Which version of Ruby should I install to make Watir 1.6.1 work? I tried both 185-24 and 186-26, but when trying to install watir, I get the message Error installing watir: watir requires win32-process = 0.5.5 Cheers, John --~--~-~--~~~---~--~~ You received

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-03 Thread Bret Pettichord
I've been testing with Ruby 186-26. Watir 1.5 also required win32-process (0.5.5). Can you give more information about how you are installing it? The gem installer should be automatically installing this gem. Bret JArkelen wrote: Hi, Which version of Ruby should I install to make Watir

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-03 Thread JArkelen
These are my installation steps: - I have a clean windows xp machine (vmware image) - I install ruby 186-26 - I download watir, firewatir and commonwatir from here: http://wiki.openqa.org/display/WTR/Development+Builds - I remove the version numbers from the gem files (for easier typing in dos

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-03 Thread Jim Matthews
I am trying to install Watir 1.6.1 on Ruby 1.8.6-27 and am having a problem. It looks like the problem you have when you are behind a proxy, but I am not behind a proxy. I downloaded all three watir gem files into the same directory. When I try to do the gem install, here is what happens:

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-03 Thread Jim Matthews
I downloaded all three files like the instructions at http://wiki.openqa.org/display/WTR/Development+Builds indicated. I start the download and save them to the directory. I have re-downloded the files and these are the file names I get: commonwatir-1[1].6.1.gem firewatir-1[1].6.1.gem

[wtr-general] Re: Watir 1.6.1 is available for testing

2008-11-01 Thread Tony
Hi Bret, Was able to install Watir 1.6.1 with no issues. (checked on WinXp2) Was lookign at the issue which Tiffany had reported ... http://groups.google.com/group/watir-general/browse_thread/thread/13c06969bc28f4c0 2. Working with links using the link text may be different with FireWatir.