I am in the process of modeling a web application and as part of the process pop-up windows are required for confirmation messages. However when I try to spy for the elements of the pop-up windows (using any of the spying techniques) I get the following error message:
----------------error 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& elementType, List`1& identifiers)
at AutomateUI.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)
----------------------------------------------------------------
appreciate your help!