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