Unable to click a button on web page

Hi All,

I want to perform a click operation, but not able to do it , tride normal click activity, click text , click image . If any other option is there can you please help me …

Thanks in advance.

@Ritika_Singh Is it possible share the error message

Hi @Ritika_Singh

What is the issue that you’re facing, some kind of error that is being thrown?
Did you try it with Simulate or SendWindows Message?
Anchor based activities or the Modern Click activity?

Thanks

Hello @Ritika_Singh, Could you please share the error message or screenshot?
Try This
Use the Find Text position activity to indicate the range-specific range and mention the text to need to click. The Output will Uielement Variable type. Pass the Variable to the Click activity, it will click the text match position.

image

It is not throwing any error , either its simply skipping it or error is UI Element not found

Will try and let you know

Hi @Ritika_Singh

When you are indicating the target click on the Active accesibility option then indicate on the element.

Hope it helps!!

check in fuzzy logic of click event that variable is accepted and validated properly.

Can you possibly share the selector for that UiElement, if possible?

Also can you try with modern click activity?

@Ritika_Singh , If the Ui Element Not Found error occurs when navigating the other page, use the element exist in the retry activity for some specific time until the elements exist. once the element exists, it will click the specific element.

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