Bugs item #1812113, was opened at 2007-10-12 08:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1812113&group_id=61302
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Release 1.4.1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: josshua (josshua)
Assigned to: Nobody/Anonymous (nobody)
Summary: assertFormElementPresent with javascript written form tag
Initial Comment:
assertFormElementPresent() returns "Did not find form element with name
[name1]."
when form tag is written with javascript
<script language="JavaScript">
document.write("<form name=\"form1\">");
</script>
<input type="text" name="name1">
<script language="JavaScript">
document.write("</form>");
</script>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1812113&group_id=61302
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development