when I'm trying to import a bprelease file... then blueprism is throwing an error saying:
> "An error occurred while attempting to import the release: AMI did
> not recognise the action type 'UIASendKeys'"...
Can anyone please resolve this issue
This exception says that you are trying to import an object, that has an element spied using the UI Automation mode, and on which the
Send Keysaction is invoked.My best guess is that you have an earlier version of Blue Prism that did not have the UI Automation mode available (it was introduced in BP6). What version do you have?
You can also open the .bprelease file, find where the UISendKeys is used and check if it looks OK. You could probably even remove the entire stage from the file and try to import it without it.
This is how it should look. Check whether the action arguments structure looks the same.