Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-15 Thread Bret Pettichord
Jeff Fry wrote: 1. When we say if you are using the Watir::IE#modal_dialog method, you must use Ruby 1.8.2-14 and not a more recent version. Do we really mean 1.8.2-14? It sounds like 1.8.2-15 worked correctly with --include-dependencies. Can we safely just change

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-14 Thread Željko Filipin
On 6/13/07, Bret Pettichord [EMAIL PROTECTED] wrote: What happens if you don't use the --include-dependencies option? It politely asks if I want to install dependencies. :) Works fine that way. Thanks Bret. Zeljko ___ Wtr-general mailing list

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-14 Thread Jeff Fry
On 6/14/07, Bret Pettichord [EMAIL PROTECTED] wrote: Željko Filipin wrote: On 6/13/07, *Bret Pettichord* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: What happens if you don't use the --include-dependencies option? It politely asks if I want to install dependencies. :) Works

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-13 Thread Željko Filipin
On 6/8/07, Bret Pettichord [EMAIL PROTECTED] wrote: However, if you are using the Watir::IE#modal_dialog method, you must use Ruby 1.8.2-14 and not a more recent version. I just installed ruby182-14.exe on clean xp pro machine. Components: only RubyGems Package Manager. Then I tried to

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-13 Thread Bret Pettichord
Željko Filipin wrote: On 6/8/07, *Bret Pettichord* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I just installed ruby182-14.exe on clean xp pro machine. Components: only RubyGems Package Manager. Then I tried to install watir-1.5.1.1192.gem. I first executed Y:\gem install

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-09 Thread Bret Pettichord
Jeff Fry wrote: Looks good to me...and now checked in. Thanks. I can never remember what is documented where. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Simba
Hi, Since one month I have been trying to implement Watir in our project , but still now i am struggling to decide which combiniation of ruby watir suites my project.Presently i am using Raby 1.8.2 Watir-1.5.1.1158 this will work fine for javascriptscript alert box 's but won't support

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Alister Scott
There is a Watir Extension Toolkit (WET) that may be of use to you. It supports modal dialogs. The details are on this site at http://www.openqa.org/wet/ ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Bret Pettichord
Simba wrote: Since one month I have been trying to implement Watir in our project , but still now i am struggling to decide which combiniation of ruby watir suites my project.Presently i am using Raby 1.8.2 Watir-1.5.1.1158 this will work fine for javascriptscript alert box 's but won't

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Jeff Fry
On 6/8/07, Bret Pettichord [EMAIL PROTECTED] wrote: The IE#modal_dialog command only works with Ruby 1.8.2. You can use the latest version of Watir 1.5. Oops. This may not be clear in the rdocs. To be clear, are you saying that the IE#modal_dialog command works with ruby 1.8.2 but not with

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Charley Baker
modal_dialog only works for 1.8.2 currently since that's the version of Ruby that the win32ole.so library was compiled against. Bret added an error if you try to use this feature in newer versions of Ruby. If you need modal_dialog, you're limited to 1.8.2. -c On 6/8/07, Jeff Fry [EMAIL

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Jeff Fry
Thanks. Is this an accurate correction then? To Install Ruby:http://ruby-lang.org Best is to use Ruby 1.8.2-14. Most of Watir works with newer versions of ruby as well, but IE#modal_dialog requires the 1.8.2 WIN32OLE library. It will NOT work with Ruby 1.8.1-13. (This version of Ruby

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Bret Pettichord
I suggest this: quote Best is to use Ruby 1.8.2-14 or later. However, if you are using the Watir::IE#modal_dialog method, you must use Ruby 1.8.2-14 and not a more recent version. Watir (in general) will not work with Ruby 1.8.1-13. (This version of Ruby has a bad WIN32OLE library.) /quote

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Jeff Fry
On 6/8/07, Bret Pettichord [EMAIL PROTECTED] wrote: I suggest this: quote Best is to use Ruby 1.8.2-14 or later. However, if you are using the Watir::IE#modal_dialog method, you must use Ruby 1.8.2-14 and not a more recent version. Watir (in general) will not work with Ruby 1.8.1-13. (This