Skip to content

Get-SeHtml #118

Closed
Closed
@itfranck

Description

@itfranck

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)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions