< Back

Invoke-UIAutomationScript

Sun Jan 12, 2020 3:41 pm

NAME Invoke-UIAutomationScript



SYNOPSIS

This function invokes a UI automation script.





SYNTAX

Invoke-UIAutomationScript -script <String> -name <String> -nodePackagePath <String> [<CommonParameters>]





DESCRIPTION

This function invokes a UI automation script.





PARAMETERS

-script <String>

The string containing the script.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <String>

The name of the script.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-nodePackagePath <String>

The path to the folder containing the Node package used to execute the script.



Required? true

Position? named

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