cancel
Showing results for 
Search instead for 
Did you mean: 

unable to spy upload window in browser

SunilHarikaran_
Level 3
Unable to spy the File Attachement window elements like File Path, Open button. Is there any way to spy these elements? we are trying to attach or upload a document as attachment to web application. we are getting the following error while spy the element of File upload window from web application in Accessibility mode. Error details are as follows : System.ApplicationException: The window spied was not found in the model at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers) at Automate.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e) Someone suggested solution as making another Business object for upload window. I am not able to do it. If the above said solution is there guide in detail on how to do it. url : xyz.com/view.html window name: xyz.com/view.html - Internet Explorer Window to spy : Choose File to Upload
3 REPLIES 3

Law_KantDayal
Level 2
How to spy the maximize and close button and spy mode of a site using browser automation.

John__Carter
Staff
Staff
Try making a new object that attaches to IE as a Windows application, not a browser application. IE elements such as the main window, dialog windows, maximise buttons are not part of the HTML model and can only be spied using Win32 (red) or (AA) blue modes. It is also possible to use blue and red spy modes in a browser-based business object, although this can be affected when IE uses more than one instance of iexplore.exe (see the Browser Automation Guide for details).

surendra_e
Level 2
Any Documents to create object studio and perform some actions like opening notepad and writing some text....