After installing and importing Wasp.dll successfully I only get:
Select-Window
Send-Keys
Send-Mouse
Set-Focus
Set-Text
and many commands suggested don't work:
Select-Window notepad* | Set-WindowActive
Set-WindowActive : The term 'Set-WindowActive' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:5 char:26
- Select-Window notepad* | Set-WindowActive
-
- CategoryInfo : ObjectNotFound: (Set-WindowActive:String) [], CommandNotFoundExcepti
on
- FullyQualifiedErrorId : CommandNotFoundException
and even supported commands seem to not work:
PS C:\Users\williaadam> Import-Module -name WASP
Select-Window notepad | Send-Keys "this is a test"
Send-Keys : Target element cannot receive focus.
At line:3 char:25
- Select-Window notepad | Send-Keys "this is a test"
-
~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (:) [Send-Keys], InvalidOperationException
- FullyQualifiedErrorId : System.InvalidOperationException,Huddled.Wasp.SendKeysCommand
After installing and importing Wasp.dll successfully I only get:
Select-Window
Send-Keys
Send-Mouse
Set-Focus
Set-Text
and many commands suggested don't work:
Select-Window notepad* | Set-WindowActive
Set-WindowActive : The term 'Set-WindowActive' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:5 char:26
on
and even supported commands seem to not work:
PS C:\Users\williaadam> Import-Module -name WASP
Select-Window notepad | Send-Keys "this is a test"
Send-Keys : Target element cannot receive focus.
At line:3 char:25