Hello Team,
I'm trying to automate a Java Web Start application (ISAT) by attach and targeting jp2launcher process. All elements were mapped with BP v4. I have now migrated to BP v5.
Automation works fine at login stage and it also works good with subsequent window opened, based on different transactions they can be up to 4 layers (all belonging to same process jp2launcher), including information popups.
The odd thing is that I'm no longer able to interlock with 3rd layer's elements nor spy them again in order to recapture them as I got a SPY error popup:
There was an error during the spying operation.
System.ApplicationException: Exception getting Java Identfier KeyBindings Exception: Index was outside the bounds of the array.
at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers)
at Automate.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)
What I'm doing wrong? Is there something I can do to make Application Modeler (and Blueprism app) responsive again?
Thanks in advance - Domenico