- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-10-20 09:19 AM
i've just read some post about this topic, but i didn't find any answer yet.
My problem is: i need to open internet explorer on a specific URL, then there is a windows security popup for credential, i'm able to scan that with UIA automation but when i try with Win 32 appear this error message: "There was an error during spying operation".
First question is: it is correct that it should be used as a last resort the UIA automation mode?
Thanks in advance
------------------------------
Vrat Himbo
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-20 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-10-20 12:15 PM
In such scenarios, try creating a separate windows object and then attach it. If we use Win32 mode in new object, then you will be able to work on it.
------------------------------
Ritansh Jatwani
Consultant
EY
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-10-20 01:19 PM
Now i have another problem, i need to interact with a java web-app based application (running on IE) but i'm not able to spy any item inside this app, also with java mode.
How can i fix it?
Thanks
------------------------------
Vrat Himbo
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-20 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-20 03:16 PM
Step 2) Detach Object A
Step 3) Attach Object B
Step 4) Login Object B
Step 5) Detach Object B
Step 6) Attach Object A
Is that correct?
------------------------------
Vrat Himbo
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-20 06:18 PM
http://login:password@example.com/
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-20 12:01 PM
How can i manage that at that point?
------------------------------
Vrat Himbo
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-01-22 06:58 AM
Hi Vrat/Concerned readers
Issue is with the attaching the applications. Blue Prism suggests object creation structure with respect to different windows, different tabs. You should have different objects for different windows/different tabs.
I was working with Chrome and multiple tabs. In the attach function, I was passing all the possible window texts as a collection.
Example:
I had 2 tabs and 4 window texts. All 4 Window texts are listed in my collection. Now Blue Prism will attach both the tabs which are internally treated as 2 different windows. 2 windows attached to the same object causes the error "There was an error during spying operation".
Any one object containing different windows/popups should be separated into different objects. If you wish to continue with the single object structure, please detach the object every time after the use and attach the object with relevant window text.
Please read one of the author's answer to find out how to deal with it.
Thanks for the read.
------------------------------
Venkata Naga Sai Rajiv Somayaji Meduri
Sr. Member Technical
ADP Pvt. Ltd.
------------------------------
