1

I am trying to spy the mainframe screen from leanft, but it is not identifying the individual fields. It is just identifying the whole screen and in the object identification center, it is showing as Java.UiObject:Screen.

I have registered the application in leanft still it is not able to identify. I have done the TE configurator settings as well and I am able to inspect another mainframe application without any issues.

But this specific application is not getting identified.

Below is the code generated from the Object identification center for this application.

Desktop.describe(Window.class, new WindowDescription.Builder()
            .title("3 Host Session").build()).describe(UiObject.class, new UiObjectDescription.Builder()
            .nativeClass("com.ibm.eNetwork.beans.HOD.accessibility.AccessibleScreenText").build());

Please let me know if you have any solution for this issue. Thanks

matesio
  • 1,584
  • 17
  • 31

1 Answers1

0

This happens when either the TE configuration is not set or the add-in for the TE(terminal emulator) is not enabled. Follow the steps from below link to resolve the same:

https://admhelp.microfocus.com/uftdev/en/14.50-14.53/HelpCenter/Content/HowTo/TE_Addin_Overview.htm