Skip to content

Get-SeHtml #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
itfranck opened this issue Aug 15, 2020 · 0 comments
Closed

Get-SeHtml #118

itfranck opened this issue Aug 15, 2020 · 0 comments
Assignees
Milestone

Comments

@itfranck
Copy link
Collaborator

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)

@itfranck itfranck added this to the V4.0 milestone Aug 15, 2020
@itfranck itfranck self-assigned this Aug 15, 2020
itfranck added a commit that referenced this issue Aug 15, 2020
Wrapper around InnerHtml / OuterHTML
itfranck added a commit that referenced this issue Oct 13, 2020
Wrapper around InnerHtml / OuterHTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant