現在のドキュメントのURLを新しいURLに置き換えて、そのURLに進むcanooWebテストがあります。具体的には、現在のドキュメントURLの文字列「view.html」を「view-old.html」に置き換えて、新しいURLに移動します。
スクリプトは次のようになります。
<clickButton htmlId="newDocForm_add"/>
<!-- get the url of the newly loaded page and replace "view" with "view-old" -->
< ??? >
<invoke description="go to modified URL" url="...newUrl..."/>