I’ve been facing a couple of issues with UiPath Cloud RPA and would appreciate some guidance:
Element Detection Issue
In my workflow, the activity Type Into ‘Visitors Name’ is failing with the error:
“Could not find the user-interface (UI) element for this action.”
The element definitely exists, and the automation has worked fine in debug mode today and even in unattended runs over the past week.
I’ve already tried:
Adding delays
Re-indicating the target element
Using a check state to verify if the element appears
But none of these seem to resolve the issue.
Designer Runtime Quota Error
In jobs, for Studio Web, I’m seeing this message: (PFA screenshot)
“Automation designer cannot be started. Your user’s daily designer runtime quota has been exceeded. Designer runtime quota resets daily at midnight UTC.”
Has anyone else encountered this combination of issues? Any suggestions on how to fix the element detection error or if there’s a workaround for the daily runtime quota?
Use UiExplorer to check if the selector is too specific (dynamic IDs,).
Use wildcards (*) if IDs change dynamically.
This Error is not about your workflow it’s about UiPath Automation Cloud licensing limits for Studio Web.
Cloud Robots have certain limits
why you are using Studio web try studio desktop instead
There is no workaround for daily quota limit..community license comes with its own limitations as it supposed to be used for learning purpose only
Coming to ui element you might need to refine your selector only if you indicate and leave few attributes in selector might be dynamic which might need to be refined
The reason I am using Studio Web is I want the automation to run, unattended on Cloud, in background i.e., without using a machine.
About the UI element issue, as I mentioned above, it has been working fine earlier and it works fine in debug mode. I have used Computer Vision & Anchors as the field is static. It is name field in a form.
Why are you using cv are you not getting normal selectors?
Also even if it worked in debug and previously there can be changes on the go as well
For example on few sites when arrow is present the class would be different and when no arrow class would be different..like that there can be any difference that too with modern uis