You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a function which could read a HTML page out, and send an object back, which could be developed further, or even converted to an PSHTML Powershell file (is that utopic?)
The parsing
For that, we will need the ability to parse a HTML document.
Create a PSHTML.Document object
Once it is parsed (or while parsing) we could create for each html element the corrsponding PSHTML Object.
This would assume that this issue is closed and implemented first -> Create core PSHTML object (PSHTML.Document) #218
It would be nice to have a function which could read a HTML page out, and send an object back, which could be developed further, or even converted to an PSHTML Powershell file (is that utopic?)
For that, we will need the ability to parse a HTML document.
This snippet might be an option to do so:
Once it is parsed (or while parsing) we could create for each html element the corrsponding PSHTML Object.
This would assume that this issue is closed and implemented first -> Create core PSHTML object (PSHTML.Document) #218