Not able to click on below menu items using UiPath studio

Hi There,

I am working on a desktop application. I trying to click one of the menu item using Uipath studio but it is considering as a full frame.

Please advise which activity should be used in this case.

image

1 Like

Hi @amritr

Welcome to the community!!!

What are the activities you are using here to click on the tree view?

I am trying with normal click as well as click image.

Hi
Welcome to UiPath community
–We can use Find Children activity which will give us UiElement and passing that UiElement as input to Get attribute activity and get the aaname attribute
–pass that aaname to Click text activity

for more info on this

Cheers @amritr

@amritr

Give it a try with Computer Vision activities also and it will work.

1 Like

Thanks a lot Lakshman. CV worked for me. Although I am getting below errors

UiPath%20error

Also

CV%20error

1 Like

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