I have a page with an embeded iframe - parent.jsp and child.jsp. Child.jsp is the embedded iframe. I need to first enter some textfields into the child.jsp frame and then click a button in the parent.jsp page to submit this form. I can get to the child.jsp inner iframe easily enough (to fill in the text fiels) using followFrame, however, once I have done that the parent.jsp does not have a frame name, and name="_top" does not work. How can I navigate to the outer parent.jsp frame to click the button after filling in the text fields?
Thanks a lot _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

