Bugs item #3053443, was opened at 2010-08-26 11:46
Message generated for change (Tracker Item Submitted) made by favarava
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=3053443&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: HtmlUnit plugin
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: D S (favarava)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problem with internal html element

Initial Comment:
All functions that find an element does not work if the element is internal and 
not first in another tag.
Example:
<form id="formId">
        <div class="class1">
                <div class="class2">other code</div>
                <div class="class3">
                        <table id="table1"></table>
                        <table id="table2"></table>
                        <table id="table3"></table>
                        <table id="table4"></table>
                </div>          
        </div>
</form>

in this code table with id="table1" is find by assertTablePresent, 
getElementsByXPath, getElementsById, ecc... but those methods are not find 
table2 and the following

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=3053443&group_id=61302

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to