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