[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Bret Pettichord
I've reproduced the problem. Another workaround is to add gem 'watir' to the top of the script. I'm trying to understand more about why this is happening. As background, Watir 1.6 now autoloads firewatir original-watir (now called watir-ie) or safariwatir based configuration. This is where

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Bret Pettichord
Tiffany, I broke all of the watir/firewatir unit tests when run from gems. At this point you need to run them out of trunk. I'll update the 1.6. page. How badly do you all want me to fix this? Bret Tiffany Fodor wrote: Hi All! I've been trying to run the FireWatir 1.6.0 unit tests, but

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Tiffany Fodor
Hey Bret! I don't really need the unit tests. I first tried to get some of my existing tests to run with FireWatir and when they failed, decided to try out the unit tests to see if the problem was in my tests. I'm getting the same error when I try to run my tests in Firefox. I don't want to

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Tiffany Fodor
Hi again! I had previous versions of Watir installed (1.5.2 and 1.5.3) as well as 1.6.0. My problem went away when I uninstalled all of the versions and reinstalled 1.6.0. I haven't done a ton of testing FireWatir yet, but here are a couple of issues I've come across. 1. There doesn't seem

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Tiffany Fodor
Hi again! I had previous versions of Watir installed (1.5.2 and 1.5.3) as well as 1.6.0. My problem went away when I uninstalled all of the versions and reinstalled 1.6.0. I haven't done a ton of testing FireWatir yet, but here are a couple of issues I've come across. 1. There doesn't seem

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Bret Pettichord
Tiffany Fodor wrote: Hi again! I had previous versions of Watir installed (1.5.2 and 1.5.3) as well as 1.6.0. My problem went away when I uninstalled all of the versions and reinstalled 1.6.0. Interesting. This shouldn't be necessary, so I'd like to learn more about these problems

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Bret Pettichord
General watir-general@googlegroups.com Sent: Friday, October 31, 2008 2:32:39 PM Subject: [wtr-general] Re: Watir 1.6.0 Available for Preview Testing Hi again! I had previous versions of Watir installed (1.5.2 and 1.5.3) as well as 1.6.0. My problem went away when I uninstalled all

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Tiffany Fodor
: [wtr-general] Re: Watir 1.6.0 Available for Preview Testing Hi again! I had previous versions of Watir installed (1.5.2 and 1.5.3) as well as 1.6.0.  My problem went away when I uninstalled all of the versions and reinstalled 1.6.0. I haven't done a ton of testing FireWatir yet

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-31 Thread Tiffany Fodor
I had previous versions of Watir installed (1.5.2 and 1.5.3) as well as 1.6.0. My problem went away when I uninstalled all of the versions and reinstalled 1.6.0. Interesting. This shouldn't be necessary, so I'd like to learn more about these problems (from you or others). I haven't done

[wtr-general] Re: Watir 1.6.0 Available for Preview Testing

2008-10-30 Thread Tony
While trying to run a testcase i keep getting an error - This is the script - require 'watir' Watir::Browser.default = 'ie' brow = Watir::Browser.new() brow.goto(http://www.aol.com;) brow.close tried with both firefox and ie and i get the same error watir-common-1.6.0/lib/watir/browser.rb:20:in