Can't manipulate expandable tree menu Java App

Hello,

I’m completely new to this but I’m trying to automate the creation of a project on Ignition 8.1 by Inductive Automation.

So first I tried the UI automation way but I’m stuck directly in the beginning.
By the way, I manage to install the Java module.

In the app, there’s a tree that I want to expand and move inside but when I select the node that I want to expand in UI explorer and try the process, UI path just clicks on the first node of my tree.

I checked the details in UI explorer, and all my nodes got the same parameters.

What can I do ?

Many Thank’s

Hi @Isaac_Dhondt ,

Normally an idx should have been generated there. What happens if you add idx=‘6’ to the last tag in the selector?