Unable to spy any elements in web based application when a new tab opens in IE

manoj_ck

New Member
Hi All,

I'm trying to spy elements in IE but not to achieve it. Here I'm clicking on one hyperlink and it is opening a new tab for 2-step verification. I can able to spy that page and go ahead. But post that page, URL is changing and I couldn't able to spy anything by any of the spying modes not even with region mode.

I even tried creating a new VBO and attached. Even there also, I couldn't spy anything. When I tried to spy anything after attaching, I'm getting below mentioned error.

System.ApplicationException: The window spied was not found in the model
at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers)
at AutomateUI.frmIntegrationAssistant.aa(Object fvg, EventArgs fvh)

Your help would be really appreciated!! Thanks in advance!!
 

manoj_ck

New Member
Hope you have made the URL wildcard in application modeller.

Hi Neha,

No. I didn't made URL as wildcard. Because if we use new URL to launch, it will go to different login page which is not matching the requirement. And also when I'm trying to spy new tab which has opened, it is trying to spy old tab. Not sure why?

P.S :- When I checked view source for new tab, I could see JavaScripts tags which means that page developed with JavaScript. Is that is the reason, I couldn't able to spy new window?
If so, how to overcome this issue. Attached view source for reference too. Please check and let me know your inputs.

Thanks in advance
 

Attachments

  • IMG-20200315-WA0002.jpg
    49.7 KB · Views: 13
Top