What property to wait for button or label to be loaded?

what property to wait for button or label to be loaded ? in uipath

Do you mean, “Which activity do you use in UiPath to wait for a button or label to be loaded?” Then, you are looking for the Element Exists or the Wait Element Appear activities.

If you formulate your questions more clearly, you have a higher chance of receiving a quicker response :slight_smile:

here are the choices
Wait.Interactive
TimeoutMS=0
ContinueOnError
SimulateClick

Right - those are the properties you can configure for almost any UI element. The only property relevant to your question is WaitForReady.

In my own experience, the WaitForReady doesn’t do anything useful in most cases, so I leave it at the default value.

However, I still don’t understand the problem you are trying to solve here.

1 Like

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