[wtr-general] Re: Unable to open IE window

2009-02-06 Thread Jaz
Al, I got this message when I ran the file: U:\Watir>ruby two-minute.rb two-minute.rb:7: undefined method `goto' for # (NoMethodErr or) On Feb 5, 8:17 pm, Al Snow wrote: > Jasmin, > > Put this in a file, two-minute.rb, and run "ruby two-minute.rb" on it. > > require "watir" > > ie = Watir::Br

[wtr-general] Re: NoMethodError: undefinied method 'goto' for #

2009-02-06 Thread anna barbara ostrowska
This has helped: gem update --system gem install windows-pr gem install watir Thanks. 2009/2/3 Bret Pettichord : > > Not sure. I did notice that you have some other method calls to the > browser where you are trapping the NoMethodError. Why are you doing that? > > Also, it might help us if you co

[wtr-general] Re: Unable to open IE window

2009-02-06 Thread Al Snow
Jasmin, Run "gem list" and send the output to this mailing list so we can see your installed gems. Thanks, Al On Feb 6, 4:19 am, Jaz wrote: > Al, > > I got this message when I ran the file: > > U:\Watir>ruby two-minute.rb > two-minute.rb:7: undefined method `goto' for # > (NoMethodErr > or

[wtr-general] Fwd: [SafariWatir-general] SafariWatir source code has moved to GitHub

2009-02-06 Thread aidy lewis
My apologies for being unresponsive on this list over the last couple months. I've been busy finishing my book and starting some new ventures at Obtiva, and this hasn't left much time for open source work. The good news is that I moved SafariWatir to GitHub last night in the hopes that it will a

[wtr-general] Japanese Watir Instruction (Translated to English)

2009-02-06 Thread Al Snow
http://translate.google.com/translate?prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fd.hatena.ne.jp%2Fi123%2F20080906%2F1220725269&sl=ja&tl=en&history_state0= Can we learned from them to improve the Watir wiki? Al --~--~-~--~~~---~--~~ You received this message because you

[wtr-general] Re: Japanese Watir Instruction (Translated to English)

2009-02-06 Thread Bret Pettichord
Al, Can you share what you learned from this? Bret Al Snow wrote: > http://translate.google.com/translate?prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fd.hatena.ne.jp%2Fi123%2F20080906%2F1220725269&sl=ja&tl=en&history_state0= > > Can we learned from them to improve the Watir wiki? > > Al > > > --~

[wtr-general] Re: Japanese Watir Instruction (Translated to English)

2009-02-06 Thread Željko Filipin
On Fri, Feb 6, 2009 at 16:07, Al Snow wrote: > Can we learned from them to improve the Watir wiki? Their page looks like translation of our quick start wiki page. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[wtr-general] Re: Extending the IE class

2009-02-06 Thread Michael Hwee
If you are using IE as sole browser, you can do that follow. require 'watir/ie' Or, use if statement or inside begin/rescue block. - Original Message From: Brian Tomlin To: Watir General Sent: Thursday, February 5, 2009 8:32:17 AM Subject: [wtr-general] Re: Extending the IE class

[wtr-general] Re: Fixing the new Watir problem

2009-02-06 Thread marekj
FYI, I am on WinXP and all is fine with the following gems. (I'll check my Vista setup tonight) watir 1.6.2 commonwatir 1.6.2 win32-api (1.2.2) windows-api (0.2.4) windows-pr (0.9.6) RubyGems Environment: - RUBYGEMS VERSION: 1.3.1 - RUBY VERSION: 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32

[wtr-general] Re: Unable to open IE window

2009-02-06 Thread marekj
and please also run the following command gem env to know what version of rubygems and ruby you run On Fri, Feb 6, 2009 at 7:24 AM, Al Snow wrote: > > Jasmin, > Run "gem list" and send the output to this mailing list so we > can see your installed gems. > Thanks, > Al > > On Feb 6, 4:19 a