Get-HtmlBrowserNetworkLog

August 3, 2026 ยท View on GitHub

SYNOPSIS

Cmdlet that retrieves captured network log entries from a session.

SYNTAX

__AllParameterSets

Get-HtmlBrowserNetworkLog [[-Session] <HtmlBrowserSession>] [<CommonParameters>]

DESCRIPTION

Cmdlet that retrieves captured network log entries from a session.

EXAMPLES

EXAMPLE 1

Get-HtmlBrowserNetworkLog -Session 'Value'

PARAMETERS

-Session

Browser session.

Type: HtmlBrowserSession
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • HtmlTinkerX.HtmlBrowserSession

OUTPUTS

  • HtmlTinkerX.HtmlNetworkEntry
  • None