Skip to content

Invoke-Webrequest is missing some properties, like .ParsedHtml and .AllElements #2867

@ilgrank

Description

@ilgrank

Hello Everyone
PsCore 6.x's Invoke-Webrequest is missing on the most 'loved' Ps 'classic' features, ie the ability to parse web pages and turn them into explorable objects.

Steps to reproduce

$test=invoke-webrequest -url http://www.github.com

Expected behavior

$test.ParsedHtml
$test.AllElements
(amont others) are missing:

Microsoft Powershell :
psclassic

Core Poweshell:
pscore

Actual behavior

these properties are missing

Environment data

CLRVersion
SerializationVersion 1.1.0.1
PSRemotingProtocolVersion 2.3
PSEdition Core
WSManStackVersion 3.0
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.13
PSVersion 6.0.0-alpha
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}

I have hope to have web parsing capabilities in PSCore!
Thanks everyone!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Resolution-ExternalThe issue is caused by external component(s).WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions