Unable to Interact with Elements in MS Dynamics NAV

Hi Community,

I’ve tried searching the web to find help or solutions to my problem. I’m trying to create a solution for our Finance team where we need to interact with Microsoft Dynamics NAV. As it is a Java Application I have installed the Java plugin.
My problem is that the Studio is unable to inspect different UI Elements inside the application. It is considering the complete page as a single element, this is restricting us from creating a robust solution for the team as we need to interact with the UI to proceed ahead in the process flow. We need to perform multiple operations like Click & Type.
Application - Microsoft Dynamics NAV Classic 2009 R2

I have attached a screenshot for your reference.

Thanks,
Abhinav

@abhat ,
Please refer to the following link

Hi @abhat ,

Please share with us some selectors from the app, for example, the selector of the element highlighted in the image.

Thanks.

Hi Vlad,

When I try to select specific element it takes the complete screen.
If I try to select an option in the screen:
image
it returns the following selector (of the complete screen):

If I try to click the ‘OK’ button:
image
image

it takes the selector of the complete ribbon / screen:

Thanks,
Abhinav

Thanks @muhamed_fasil !

I did have a look, but it is for Dynamics 365 which is a Web Application. However, we are trying to automate Dynamics 2009 which is a Desktop application

Hi @abhat

Try changing the framework from the UI Explorer and check if it is able to get the required elements.

Other way is if you know the text is constant you can use click text as well

cheers

It may be built on Java, but in the end it is rendered with native libraries so the extension will not help you. If switching with F4 to change from Default to AA/UIA will not help, CV is your solution.