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
wasea
(Vasile)
February 26, 2022, 2:16pm
2
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
Srini84
(Srinivas Kadamati)
February 27, 2022, 6:59am
6
@Alvin_Apostol3
Check below for your reference
Use Get attribute activity.
Regards,
Karthik Byggari
Hope this will help you
Thanks
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
system
(system)
Closed
March 3, 2022, 1:42am
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.