Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Automatos.Common
1.0.0
Functions/IEcom/Send-JS.ps1
Function
Send-JS
(
$window
,
$JS
)
{
$window
.
execScript
(
"$js"
,
"javascript"
)
}