How to doubleClick on a child of a TreeView via pega robot
Hi, I need to automate a process to double-click on a child in a tree view. I have tried select by text and double-click by text. But the robot cannot seem to find the parent node but cannot find the child node inside the parent. I have tried expanding it but I have no luck.
I am working with a java application opening it via a web adapter and the tree I am trying to automate is a smartJTree
Can anyone help with this, please?
Make sure the parent tree of the object you're trying to work with is both matched and existent when you attempt to click the child.