Target element is disabled. Operation canceled

Hi Uipath,

I am experieincing the error target element is disabled. Opearation canceled randomly.

Sometimes the element is enabled sometimes it not.

My issue is when the element is disabled the robot cannot proceed to click the element.

is there a way to manage this type of error?

advance thanks

Alvin

1 Like

Hello @Alvin_Apostol3 ,

A scenario is to use Get Attribute of that specific element. Maybe you can see there the state of that element.
After that with an IF action you can continue your flow logic.

Vasile.

Hey @Alvin_Apostol3

Kindly enable the AlterIfDisabled prop for the Click actiivity.

Ref - https://docs.uipath.com/activities/docs/click

Thanks
#nK

1 Like

hi @Nithinkrishna

For some reason I don’t have that option on my end.

I’m I missing something?

let me know

thanks!

1 Like

Hey @Alvin_Apostol3

Ok I believe you are using modern click activity.

To use the classic click activity,

  • Go to the Activities Panel

  • Click Filter

  • Select Show Classic which will enable classic activities

  • Now search for Click activity in the activity panel again

  • You will get two of those - One which you used already and the other will be classic one

Try drag drop the Classic Click and perform the click action with AlterIfDisabled prop enabled.

Hope this helps

Thanks
#nK

@Alvin_Apostol3

Check below for your reference

Hope this will help you

Thanks

Hi @wasea

Try to use Get Attribute

Hi @Alvin_Apostol3,

Use the AlertIfDisabled property of click activity, this property is available in the Classic Properties which you can get by enabling the “ShowClassic” from the filters section of activities panel.

Thanks

@Nithinkrishna

I found it!

thanks for your help!

:slight_smile:

1 Like

Perfect @Alvin_Apostol3 :slightly_smiling_face::+1:

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