< Back

Get-Puppeteer_NavigateNewBrowserPageToLink

Sun Jan 12, 2020 3:36 pm

NAME Get-Puppeteer_NavigateNewBrowserPageToLink



SYNOPSIS

This function returns the Node JS Puppeteer code for navigating a new browser page to a link.





SYNTAX

Get-Puppeteer_NavigateNewBrowserPageToLink [-link] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-link <String>

The link to navigate the new browser page to.



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