1 message in com.canoo.lists.webtest[Webtest] How to go back to the "top"...
FromSent OnAttachments
Tize Ma18 Aug 2005 09:55 
Subject:[Webtest] How to go back to the "top" frame using followFrame?
From:Tize Ma (tm@convera.com)
Date:08/18/2005 09:55:34 AM
List:com.canoo.lists.webtest

Hi, everyone,

We had some tests with steps like:

<followframe stepid="get into the Tree frame" name="${foldersrv.left_iframe}" save="Left side iTreeFrame"/> ....... <!-- Goto the parent frame --> <followframe stepid="get frame _top " name="${foldersrv.top_frame}" save="follow parent frame"/>

They worked with "httpunit" Canoo Webtest when the "top_frame" name was given as
"_top". Now I try to use these tests with the "htmlunit" Canoo Webtest. The
followframe to the "top" frame does not work anymore. I tried "_top",
"root_window" for the name. None of them works. How can we go back to the top
frame after following to a frame on the page? Thanks a lot. Tize