I was able to open and browse the web in the main window.
Then, by clicking a link to popup window and find the link that I
wanted to click.
That particular link in the child window is directed to open an xls
file in a new popup.

When I excute
  ie2.link(:text, "click this link to file").click

It clicks on it, but it moves on too quickly so it looks like either
it doesn't allow the next popup to start or it closes the popup
instantly before moving on to the next lines of code (in loop).
However, if I click on the link with my mouse, it opens just fine. I
can't understand why it behaves differently than clicking the mouse
manually. Any ideas?

Another workaround, I was hoping to get, is whether there is a way to
execute right-clicking and selecting the right-click menu using Watir.

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to