ORACLE JAVA APP : HOW CAN WE ENABLE SPYING ON POP-UPS?

I am automating a java based oracle app. Most of the components are getting spied. I just noticed that fields of one pop-up is NOT getting spied. Highlighting the pop-up in RED. Can anything be done to enable automation on this pop-up as well? Any oracle setting or something? I am using windows actions.

@Pablito @loginerror Pls suggest

Hi @Pankit,
If by spying you mean that selectors can’t be found for this app then you need to work with image recognition activities like “Click image” etc.

Yes. I couldn’t get selectors for this pop-up. Is there a way of enabling selectors for this as well? Any other way of dealing with such apps?

If this Java application is working normally with selectors but only this popup is wrong then I think problem is on application side.

Are you using the latest UiAutomation package available?
If you navigate manually until that point when the dialogue shows, can you get the selectors with UiExplorer?

yes. Only this pop-up is NOT getting identified. Any suggestions? What changes can be made to the application?

No. UiPath explorer is considering this pop-up as one element and I am unable to get elements within this.

Which version of UiAutomation package are you using?