Can not get the Java application attributes in Accessibility mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-07-18 05:05 PM
Hi All,
I had install JAB2.0.2 & JAVA SE6(32bit) & BluePrism5.0.3(32bit) & Win7(64bit);
I can spy the main/upper frame's elements successfully under Java Mode, but when I try to spy the child frame's element, seems Java Mode is not working(Photo1).
So I switch to the Accessibility mode to get child frame's attributes, but when I click "Ctrl+Mouse(left)", it showed the below error message:
System.ApplicationException: Error HRESULTE_FAIL has been returned from a call to a COM component.
at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers)
at Automate.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)
In the Process Explorer, there are 3 Java applications are running, Anyone come across this type of problem before in their own programs or think of any ways to fix?
Thanks and Regards,
Sunny Zhou
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-07-18 02:27 PM
Firstly, AA mode will not work on Java - AA is Microsoft technology and Java isn't.
As a guess, it could be that the child frame is running as a different thread to the parent, and maybe you need to attach to it using a second object.
https://portal.blueprism.com/system/files/2017-11/Blue%20Prism%20User%20Guide%20-%20Java%20Access%20Bridge.pdf
