< Back

Get-Puppeteer_CallFunction

Sun Jan 12, 2020 3:26 pm

NAME Get-Puppeteer_CallFunction



SYNOPSIS

This function returns the JS code snippet for calling a function.





SYNTAX

Get-Puppeteer_CallFunction [-functionName] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-functionName <String>

The name of the function to call



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.String







RELATED LINKS