If you just need to attach to a Firefox window, and don't need the same code
to work with IE and Firefox, I believe attaching works in 1.6.2 for Firefox
- just not the same way that IE attaching does.  If memory serves, you have
to create a FireWatir::Firefox object first, then invoke the instance method
"attach" on it.

(Whereas with IE "attach" is a class method, and you don't have to create an
IE object first.)  There may be some more info on the list and wiki about
this.

Otherwise, if you want to use the same code for IE and Firefox, you can
build gems of the latest version of Watir from trunk...that is what I wound
up doing to get the FF attach improvements. :)

Thanks
Bill


On Wed, May 20, 2009 at 7:39 PM, George <george.sand...@gmail.com> wrote:

>
> Hi guys....(*shuffles feet*)
>
> Don't suppose you can give an ETA on this?  I've been tasked to script
> something that would require me to attach to a FF browser....
>
> Thanks!
>
> George
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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