Re: [Wtr-general] How to access the window.status pane

2007-07-10 Thread marty
I apologize. I found it about 5 minutes after posting. This will teach me to go 
through ALL of my resources before bothering the group. Thanks for your support.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] How to access the window.status pane

2007-07-10 Thread marty
We have some code that on a MouseOver sets the window.status field. Is there a 
way to access this in Watir?

HTML Code:




___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] How do I attach to a "mailto" window

2007-07-05 Thread marty
Thanks. This was an easy change and it works great.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] How do I attach to a "mailto" window

2007-07-05 Thread marty
In the HTML code I have a link with a href of mailto. When I click on it in 
Watir, it brings up a window for the email message. I would like to attach to 
that window just to verify that the link worked properly. How do I do this?

Html code:

xxx

Watir code so far:

ie.link(:text, /xxx/).click
ie1=IE.attach(:url, //)  <--- Need HELP here
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general