Closed
Description
It could be nice to have a wrapper around
$Element.GetAttribute('outerHTML')
Also, it could be even more nice to have a parsed object instead to manipulate it.
Something like this but not windows specific.
$HTML = New-Object -Com "HTMLFile"
$Html.IHTMLDocument2_write($HtmlObject)
This would allow a more complex reading of the page if needed and ease scenario where you need it
(for instance, #109 scenario which was sent to me 2 weeks ago)