Skip to content

brianary/SelectHtml

Repository files navigation

SelectHtml

SelectHtml icon

PowerShell Gallery Version PowerShell Gallery Actions Status

A PowerShell module for selecting data from HTML using the HTML Agility Pack.

To install: Install-Module SelectHtml

example usage of SelectHtml

Cmdlets

Documentation is automatically generated using platyPS (.\doc.cmd).

  • Select-Html — Returns content from the HTML retrieved from a URL.

Tests

Tests are written for Pester (.\test.cmd).