I've come across several people reporting how the default setting for HtmlAgilityPack when getting a FORM tag is to not select its children (See this StackOverflow page).
However, all of the fixes for this are for C#. I'm am looking for a solution in PowerShell.
What is the PowerShell equivalent to the C# code
However, all of the fixes for this are for C#. I'm am looking for a solution in PowerShell.
What is the PowerShell equivalent to the C# code
HtmlNode.ElementsFlags.Remove("form");