Skip to content

Once installed Wasp.dll only provides 5 commands #9

Description

@WillAdams

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions