cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism 7.4 'Command' has no implementation

SHo
Level 3

We just upgraded to version 7.4 in our test environment.  When running a MS Edge process, am trying to verify main window after launching URL, but getting error 'command' has no implementation.  Has anyone encountered this and know how to resolve?  Thanks

4 REPLIES 4

steven.boggs
Staff
Staff

What is the exact error message seen?

If it's similar to 

Command '"' has no implementation

We've seen this caused by a hidden Enter or linebreak character being passed to an input field. If you suspect this may be the case, closely inspect the input fields for any hidden carriage returns or whitespaces. Try stepping through the Process in debug mode and inspecting the current values of any input fields to ensure they are not passing a carriage return, and remove or edit the inputs as needed.

SHo
Level 3

Thanks for the input.  This is one of our normal steps during browser automation.  We launch a page (navigate action), check overall window exists, verify (by setting value to True so window is highlighted) and maximise.  These steps worked on 7.3

SHo
Level 3

Interestingly, if I set to verify step to be False, it goes through and complete maximise step.  But then when I am done with browser and I set window to Close, it seems to have issue

SHo
Level 3

correction, close seems ok.  same issue - when closing, am verifying screen and it's failing on that step