I am able to spy application using Java. But when i am trying to highlight i am getting Error - Highlighting results - No matching java elements found.
This issues is occurring for all the controls like text box, label etc
A critical aspect to realise about application modeller is that the initial selection of attributes is not guaranteed to be a combination that uniquely identifies the element. Application modeller makes the same guess every time and it's up to the user to check and adjust the suitability of the selection.
i tired to select & unselect all the attributes. I am able to highlight only window using Java spying. Not able to to highlight any other controls. Is this JAB issue?
Make sure you are attaching to the correct application. For my case, when using the JAB for a Java application on a browser, I had to specify a child index of 0.
Other java based application are working fine web i am spying, but this application alone is not working. Do we have any workaround for this other than surface automation?