storeDigest with xpath causes subsequent followFrame to fail
------------------------------------------------------------
Key: WT-364
URL: http://webtest-community.canoo.com/jira/browse/WT-364
Project: WebTest
Type: Bug
Versions: 2.5
Reporter: Chris Pimlott
Attachments: digestFrameBug.xml, frame.html, frames.html
If you use specify an xpath attribute for a storeDigest step, the next
followFrame step will fail to find any existing frames. e.g if the following
works:
<storeDigest property="digest"/>
<followFrame frame="main"/>
The following will fail:
<storeDigest xpath="//*" property="digest"/>
<followFrame frame="main"/>
and the error message will indicate it can't find any frames at all:
Step[followFrame (3/3)] Frame not found with name: main available: []
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest