Click Activities are not working & gives error on the after coming activity outside those click activity sequence

Click Activities are not working & gives error on the after coming activity outside those click activity sequence

Anyone else facing this?

Anyone can help?

hi @Felix_Subhani ,
Could you please show your error?
I think you need check element, selector in property of click activity
then check time delay before click. check element exist…
regards,

Hi @Felix_Subhani

  • Check the selectors in your Click Activities. Ensure that they are accurate and unique to the element you are trying to click. Use UiExplorer to validate and fine-tune selectors if needed.
  • Make sure that the target element exists on the screen when the Click Activity is executed

@Felix_Subhani

Please show the error you are getting

Also please explain what are you doing ?

Cheers

Hi

  • Try setting the Simulate property of the click activity to True . This can help to resolve issues with clicking on elements that are hidden or difficult to click.
  • Try adding a Delay activity before the click activity. This can give UiPath time to load the element before clicking on it.
  • Try using the Get Attribute activity to get the Enabled attribute of the element before clicking on it. If the element is not enabled, UiPath will not be able to click on it.

Thank you