Hi community!
I would like to know how to use the check state activity or any other that accomplish what I want to do:
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!
1 Like
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.