[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-10 Thread Charley Baker
I was wondering the same, worked with orde a bit last night on irc, and got him to send me his gem list - commonwatir, watir and all dependencies seem to be there. I'm trying to reproduce it on my side, and would appreciate any help from people who are seeing this. Charley Baker blog: http://blog

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Bret Pettichord
I am wondering if maybe commonwatir is installed, but not watir? That would be consistent with these symptoms. bret On Oct 9, 3:48 pm, orde wrote: > I also experienced the same problem using WinXP SP3 + IE8.x > > Followed install instructions and tried to check watir version (i.e. > ruby -e 're

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Željko Filipin
On Sat, Oct 10, 2009 at 12:06 AM, Nathan Lane wrote: > 1.3.5 Same here. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Nathan Lane
1.3.5 On Fri, Oct 9, 2009 at 4:04 PM, Charley Baker wrote: > Which version of rubygems for all of you? > > gem -v from the command prompt > > -c > On Fri, Oct 9, 2009 at 3:15 PM, Nathan Lane wrote: > >> Nevermind about that syntax thing -- I'm dumb: Watir::IE::VERSION produces >> the desired resu

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Charley Baker
Which version of rubygems for all of you? gem -v from the command prompt -c On Fri, Oct 9, 2009 at 3:15 PM, Nathan Lane wrote: > Nevermind about that syntax thing -- I'm dumb: Watir::IE::VERSION produces > the desired results. > > > On Fri, Oct 9, 2009 at 3:12 PM, Nathan Lane wrote: > >> I was

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Nathan Lane
Nevermind about that syntax thing -- I'm dumb: Watir::IE::VERSION produces the desired results. On Fri, Oct 9, 2009 at 3:12 PM, Nathan Lane wrote: > I was using IRB, haven't tried scripting it out. > > Further environmental information: I downloaded the 1.6.5 RC 1 watir, > commonwatir, and firew

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Nathan Lane
I was using IRB, haven't tried scripting it out. Further environmental information: I downloaded the 1.6.5 RC 1 watir, commonwatir, and firewatir gems, and installed them from a local directory next to the 1.6.2 gems. I know that by default Ruby uses the latest version of the gems when using the s

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Željko Filipin
On Fri, Oct 9, 2009 at 10:21 PM, Nathan Lane wrote: > I get the error that watir/ie does not exist. Same here. Windows 2003 Server with IE6. I thought it was something on my side since nobody reported anything so I reinstalled Ruby, but I did not have the time to try after that. Željko -- http:/

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Charley Baker
Well, that's certainly a problem. :) Is that just through irb or where is it happening? Also if there's any chance you can jump on irc, might make troubleshooting easier than email. http://wiki.openqa.org/display/WTR/The+IRC+Channel Charley Baker blog: http://blog.charleybaker.org/ Lead Develope

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread orde
I also experienced the same problem using WinXP SP3 + IE8.x Followed install instructions and tried to check watir version (i.e. ruby -e 'require "watir"; puts Watir::IE::VERSION' on command line): -e:1: no such file to load -- watir/ie (LoadError) On Oct 9, 1:21 pm, Nathan Lane wrote: > I'm

[wtr-general] Re: Watir 1.6.5.rc1 - release candidate available for testing - redux

2009-10-09 Thread Nathan Lane
I'm usually not very bad at figuring things out, but after I install the gems you've provided, I can't get my Windows Vista IE8 to load with Watir. I get the error that watir/ie does not exist. On Fri, Oct 9, 2009 at 1:43 PM, Charley Baker wrote: > Hi all, > >There's been a lack of feedback o