Well, my point that I am trying to get at is that I want to execute my
code against IE and FF. All of the disucssion is making me stick to
either run it again IE and FF. Is there any way I that I can a browser
i.e. IE run my code then when it finishes run it again (same code) but
in FF. I have used the example from: 
http://wiki.openqa.org/display/WTR/Browser.new
but I cannot get it to execute.

Thanks


On Jan 20, 8:24 am, Željko Filipin <zeljko.fili...@wa-research.ch>
wrote:
> On Wed, Jan 20, 2010 at 3:20 PM, tester86 <sagar.am...@gmail.com> wrote:
> > Sorry my typo in options.yml I have it as
>
> You have to be careful when copy/pasting code. Everything matters.
>
> > When I do $b = Watir::firefox.start("your url") I get an error
> > message:
> > NoMethodError: undefined method `firefox' for Watir:Module
>
> Well, your syntax is wrong. It should be:
>
> browser = FireWatir::Firefox.new
>
> More information:
>
> http://wiki.openqa.org/display/WTR/FireWatir+Example+Script
>
> Ž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.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