If i understand the problem problem correctly then in Watir the Watir::Browser is an "abstract browser class" to hide the implementation classes behind it like Watir::IE and Watir::Firefox, but in Watir-WebDriver the Watir::Browser is the implementation class itself. There's no problem with having Watir::TextField in both places though.
Jarmo On Mon, Jul 25, 2011 at 9:06 PM, Hugh McGowan <[email protected]> wrote: > Is there any problem we'd have with classes colliding in the Watir > namespace? My concern is that we define a Watir::TextField class in both the > webdriver and watir gems, which may lead to potential collisions. Would that > cause any issues or am I missing something? > > Hugh > > _______________________________________________ > Wtr-development mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-development >
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
