Click Activity Not working properly even after UI explorer validates 100% while selecting an element

Iam trying to click an element on the MS Edge page but UiPath is throwing an error saying -

Click ‘Click ‘OK’’: Could not find the user-interface (UI) element for this action.

Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use “Check state” activity to check the application state before executing the action
• Increase the “Delay before” value to allow time to the application to render entirely and become responsive

1 Like

Hello @sid04, have you checked your selector?

cheers! :slight_smile:

1 Like

Yes, Let me know if any thing in particular needs to be checked. I am using Selector and not fuzzy with both Target and anchor.

@sid04 Have you tried with classic click activity instead of modern click activity?

I could only see below activity

image

1 Like

@sid04
image

For some reason, I am not getting it. Let me know how can I enable it?

@sid04 Classic click activity look like below screenshot

image

There is no activity in my Studio. Is there any other package I need to install?

@sid04 Uncheck show modern in studio

image

1 Like

Checked the “Show Classic” filter and it is resolved. Why is it not working with modern activities?

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