How to click Image and get full selector

Hi,
Please help with following
Requirement - need to find a tree node which is visible on screen(more of same name exists within the tree, but outside the screen scope), click on it and get its selector.
What I’ve tried-
I’m using check app state in image mode to find the tree node in visible screen and click it.
Now I need the selector of the clicked activity. I’m using output element field of the click activity, but this just gives me application selector and clipping region of the screen and not the full selector.

Any help is much appreciated.

@abhi3

Use Find Children or Find Element activity to get the selector of the elements.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.