I am trying to spy Adobe Acrobat within Blue Prism so that I can convert an open PDF to word in order to copy all data to clipboard. Adobe acrobat launches fine however when spying the elements using AA mode (I have tried all 3) I get this error:
"There was an error during the spying operation." "System.ApplicationException: The window spied was not found in the model at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers) at AutomateUI.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)"
Now from my knowledge this error appears when there is a second instance open as BP tries to connect to the background process however in this case I have ensured that there is no other instance of acrobat open that could cause this.
How would I go about spying elements of Acrobat without encountering this error so that I can use global mouse clicks to utilize the spied elements and convert my PDF ?