All,
I'm running into an issue where I ask for the page source, getPageSource() and
I get one value, yet when I view the source of the page I'm getting not only
what I'd expect with getPageSource but I'm getting much more. As an example:
getPageSource()
<html>
<head>some stuff...</head>
<body>
<div id="head></div>
<div id="controlPanelMenu"></div>
<div id="footer"></div>
</body>
</html>
View source
<html>
<head>some stuff...</head>
<body>
<div id="head></div>
<div id="controlPanelMenu">
All kinds of html and stuff in here that I can actually see on the page and
interact with firebug.
</div>
<div id="footer"></div>
</body>
</html>
Any ideas on how to get to the "All kinds of html and stuff..."?
Thanks in advance
Eric Jelinek
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
JWebUnit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users