< Back

Get-Puppeteer_EnterTextIntoSelector

Sun Jan 12, 2020 3:33 pm

NAME Get-Puppeteer_EnterTextIntoSelector



SYNOPSIS

This function returns the Node JS Puppeteer code for typing text into a selector on a browser page.





SYNTAX

Get-Puppeteer_EnterTextIntoSelector [-selectorName] <String> [-text] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-selectorName <String>

The name of the selector.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-text <String>

The text to enter.



Required? true

Position? 2

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