Gethtmlsource
Returns the entire HTML source between the opening and closing
"html" tags for the currently loaded web page.
Required Attributes
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://www.google.com">
<open url="/" />
<getHtmlSource property="src" />
</selenium>