| external help file | Pup.dll-Help.xml |
|---|---|
| Module Name | Pup |
| online version | |
| schema | 2.0.0 |
{{ Fill in the Synopsis }}
Invoke-PupCdpMessage [-Page] <PupPage> [-Method] <String> [[-Parameters] <Hashtable>] [-AsJson]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Invoke-PupCdpMessage [-Browser] <PupBrowser> [-Method] <String> [[-Parameters] <Hashtable>] [-AsJson]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
{{ Fill in the Description }}
PS C:\> {{ Add example code here }}{{ Add example description here }}
Return raw JSON string instead of parsed object
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe browser to send the CDP message through (for browser-level domains like SystemInfo)
Type: PupBrowser
Parameter Sets: FromBrowser
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThe CDP method to invoke (e.g., 'DOM.getDocument', 'Network.enable')
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe page to send the CDP message through
Type: PupPage
Parameter Sets: FromPage
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseParameters to pass to the CDP method
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.