Hi all,
I have recently inherited an automation I need to improve upon (exception handling uplift/coding standards etc).
One of the target applications is a browser based app, however, when I have tried a run through/step through the objects, none of the elements appear to be valid anymore. All of the spied elements are HTML, and the automation has been working in production. I have not changed anything about the elements.
When I try to respy anything, it does not give me the option to spy in HTML mode, and any of the other modes I try to spy in (win32/aa etc), it gives me the following message:
"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&element Type, List'1&identifiers)
at
Automate.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)"
In the mean time I will attempt to migrate the release onto a different laptop to see whether it is isolated to the current laptop