We have a Ractive based webapplication that we are trying to integrate some Blue Prism RPA processes on. We are trying to click this HTML button:
Send til revisjon
When identifying this button via regular HTML spying nothing happens if we trigger a "Navigate" stage with a "Click centre" action on the button. I.e: The button does not seem to get clicked at all. I am presuming that this has something to do with the fact that the Ractive JS eventhandler is not output in the HTML as an onclick event in IE, but rather handled internally via an eventhandler in the Ractive framework. The BP to IE automate API does not seem to like this approach..
So instead we have tried to do identify and interact with the button via AA. See the attached screenshot for the spy setup. The problem now is that Blue Prism crashes if we try to trigger a navigate action on the spied AA button. Automate.exe stops responding and eventually just crashes.
Has anybody else got any experience working with Ractive based webapplications and Blue Prism? Anybody else experienced BP just crashing completly when interacting with AA elements? Can you see anything that we should change in regards to the AA settings?
Anybody tried to invoke javascripts directly via BP? This far we have done some unsuccesful tests running "ractive.fire()" via the "Invoke javascript function" action.
We are currently running BP version 5.0.23.0