Hi everybody!

Maybe the question is a bit strange but nevertheless)

I am trying to work with application using Watir. Before this my
colleague worked a bit with the same application using Watij. And he
found out that it is necessary to use such code:

IE ie=new IE();
ie.start("http://link.com";);
IE new_ie = ie.childBrowser();

i.e. it is necessary to work with child brower, in other case nothing
works.

The question is what is the equivalent of "ie.childBrowser()" in Ruby/
Watir?

p.s. Child browser in my application does not look like new window.

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