Unable to click button using click activity or not working sometimes

Hello,
i need to click on keep option after clicking show donlaods button.
but issue is it is clicking the button but sometimes randomly it is not clicking which is creating the issue.
please help me to resolve issue , sugest other way so i can handle it properly
selector which i am using -


check ss below

A few approaches could help you handle this button more reliably:

  1. Check if the button is disabled → make sure the Alter if disabled property is enabled. Or try other input method.
  2. Use a retry mechanism → after clicking, verify that the button has disappeared (or its state has changed) to confirm the click was successful.
  3. Share more details → if possible, please provide a screenshot of the workflow part that handles this button, along with:
  • The selector you’re using
  • The properties of the Click activity

This will make it easier to troubleshoot further.

@Mathkar_kunal Try changing the input method.
Note that the “Alter If Disabled” option only works when using Simulate Click.

@Mathkar_kunal,

The UI element you are trying to automate is very delicate.

I would suggest to either enable auto download in the browser without confirmation check or modify settings to show save as popup.

1 Like

@Mathkar_kunal You can follow the suggestion from @ashokkarale , it will help make your process faster and more error-free.

If you still want tk click on keep button then you’ve to open the download page of chrome because the keep button is delicate and sometimes the issue persists, so open the download page after downloading the file using ctrl + j then use send hotkey tab (until the keep button is highlighted) then press enter using same send hotkey

Cheers

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