which tags are supported in response.getElementsWithAttribute? I have in my page <div class="error">Message</div> and I try to find in response this element with getElementsWithAttribute, but this method returns empty array! I try'd with SPAN too with the same result, but with TABLE work fine.
I use httpunit 1.6
Jacek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
which tags are supported in response.getElementsWithAttribute? I have in my page <div class="error">Message</div> and I try to find in response this element with getElementsWithAttribute, but this method returns empty array! I try'd with SPAN too with the same result, but with TABLE work fine.
I use httpunit 1.6
Jacek