Hello,
I recently installed (2 days ago) the latest release of Watir and am running
into some issues. 
Is there an example somewhere of how to set the URL of a frame.  I tried the
following
<code_snip>
# provides a reference to a frame with name "main"
main_frame = ie.frame('main') 
main_frame.navigate_to( ...url... )  // <-- not supported
</code_snip>

I could also just invoke some javascript function because I am really trying
to manipulate a custom DHTML toolbar that has some JS hooks exposed for
navigating the frame in question.  Any examples of this would be great.

I would also appreciate any guidance as to best practices of testing
applications that take extensive advantage of AJAX and js.

BR_joe

_
This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.

<<application/ms-tnef>>

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to