< Back

Get-Puppeteer_LogVariable

Sun Jan 12, 2020 3:36 pm

NAME Get-Puppeteer_LogVariable



SYNOPSIS

This function returns the JS code to output a variable to the console.





SYNTAX

Get-Puppeteer_LogVariable [-variableName] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-variableName <String>

The name of the variable to log.



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