Hi Marc,

Thanks for taking the time to respond.
I am using the latest built (R_1366). I'm not even sure if name="_top" is
supposed to do what I am trying to get it to do. Here's a codesnippit:

                <invoke url="main"/>
                <followframe htmlId="DialogIframe"/>
                <setSelectField name="app0" text="${application}"/>
                <followFrame name="_top"/>
                <clickElement htmlId="ok"/>

It's not following to the outter frame once I'm in the inner one. Is
name="_top" even the way to do this? Since there's no reference to the outer
frame from the inner one I have no clue how to tell canoo to jump back out
to the outer frame. Is there any way I can make a reference of some sort to
the outer frame when I am inside it?

Thanks,
Vinay 

>Hi Vinay,
>
>which build do you use? The name="_top" feature has been added only for
>a few weeks (after release 2.0).
>
>Marc.
>
>Vinay Shah wrote:
>> 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
>> 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
>>


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to