unable to spy upload window in browser
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-16 11:47 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-16 03:39 PM
How to spy the maximize and close button and spy mode of a site using browser automation.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-16 05:56 PM
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).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-08-16 03:16 PM
Any Documents to create object studio and perform some actions like opening notepad and writing some text....
