[Webtest] [webtest][JIRA] Created: (WT-364) storeDigest with xpath causes
subsequent followFrame to fail
Chris Pimlott (JIRA)
Chris Pimlott (JIRA)" <noreply@canoo.com
Wed, 12 Dec 2007 02:04:16 +0100 (CET)
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