Menu click question

Hi,

In Edge browser when I click on an UI element, it brings up a menu. I need to click on one item in the menu. I am able to capture the element by pressing F2.

But by the time UiPath clicks on that menu item, the menu quickly disappearing leaving me with an error “UI Element not found”. Can you please help?

Thank you,

Hi @A_Learner

Increase the time in delay before from the properties panel of the click activity and also place those two activities in the retry scope and give a try it works !!

Regards

@A_Learner,

Use Hover Activity or when using click use hover.
image

Thanks,
Ashok :slight_smile:

Their question isn’t about running it, it’s about indicating the element. It disappears before the indicate can complete.

1 Like

@postwick

So that’s why i have asked him to give some delay because the bot might be trying the second click before the menu has been opened.

Regards

How would a delay solve that it’s not clicking it before it disappears? A delay would make the problem worse.

1 Like

What is your input mode set to? Try Hardware.

1 Like

Worked like a charm @postwick
I spent so much time on this and getting frustrated.
Thank you so much!!!

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