Need help understanding something.

My main way of attaching to an already existing window for IE is:
browser = Watir::IE.attach how, what
it returns a ref to IE and I can continue with my tests without starting any
new windows.
It allows me to stop tests. setup some conditions manually and continue
tests from that known context.

1) how do I do the same behavior with Firefox?
It seems I have to start Firefox every time with new or start but when the
script ends I can't attach back to the same window.
it looks like the attach method does not attach to the browser but binds
popup as belonging to the main browser.

ideas?





marekj | Semantic Page Objects Automation

Watir Framework
http://www.bitbucket.org/marekj/watirloo/

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to