Hi all,

I need to open IE and FF browsers from one ruby file. I open IE
browser using the following code:

Watir::Browser.default = 'ie'
$ie = Watir::Browser.new

When I try to open new FF3 browser using similar code

 Watir::Browser.default = 'firefox'
$ff = Watir::Browser.new

it opens the one more IE browser instead of FF.

But when I write $ff = FireWatir::Firefox.new it open FF browser as I
expected.

Is it expected behavior or bug?
--~--~---------~--~----~------------~-------~--~----~
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.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to