I am attempting to use the Click activity to select a node located in a Java JTree.
UI Explorer shows all branches, sub-branches and their nodes in the JTree. The node I need to click is someplace outside of the Java view port and so it does not appear to the human eye onscreen.
I can use the setFocus activity on the out of view node, but then UIPath’s Click is ignored.
How can I use UIPath to click the non-visible JTree node?