-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once installed Wasp.dll only provides 5 commands #9
Comments
I've got the same behavior. |
same here:
|
I just tested under Windows 11 and same problem. |
Same here. |
See #4 |
Tested on Windows 10. Same behavior |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: