HOW TO USE CHECK STATE ACTIVITY

Hi community!
I would like to know how to use the check state activity or any other that accomplish what I want to do:
Operaciones que generan crédito fiscal - Otros Conceptos displays a value of 0.00 with an option to add more details using a small orange button. (Captioned by AI)
as you can see in the image above, the “+” sometimes is not available to click. So, if it is not enabled, the bot should do one thing, otherwise it will take a different path.
What property should I analyse to implement this? Can anybody help me please?
Thanks a lot!

Hi @francogeno97,

Kindly refer below thread, it also has a video tagged on same:

Regards
Sonali

1 Like

Hi @francogeno97

Use “Get Attribute” activity on the “+” button.
Set the attribute to “aaname” or “enabled”.
Check the output value in an If condition.
If it returns true, proceed to click and handle details.
If false, skip or follow the alternate path.
You can also use “Check App State” activity to verify element status.

If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath

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