Hi!

I have devoured as much information as possible all over the Internet
the past few days dealing with my problem. I see people talk about
Watir and Java but nothing related to my problem.

I am trying to access a website (actual code except the address)

   irb
   require "watir"
   # Open a Watir window (Internet Explorer)
   ie = Watir::IE.new
   ie.goto "http://xxx.yyy.com/login.aspx

What that address actually does is to open a new window. It includes:

   href="javascript:showZZZZZ()

What I am trying to figure out is how to interact with this new window
lacking menu bars etc. Is there a reasonably easy way to do this or is
there inforrmaion out there that I can put my teeth into?


Thanks in advance for any help,

Magnus Thernelius


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