Always using WaitForReady Complete

So I know there are Complete and Interactive options for the WaitForReady option in many activities. Is the point of having the Interactive option vs. the Complete one? Is there an upside of using Interactive vs always just using WaitForReady apart from things potentially occurring slightly faster?

1 Like

@chrisL - Good question. I think in most of the cases, it does not matter if you chose ‘interactive’ vs. ‘complete’. But in some cases, e.g. taking a screenshot, it makes sense to use ‘complete’. You are right, ‘interactive’ might be a little faster in some cases but it all depends on how UiPath recognizes if an application window is in ‘interactive’ or ‘complete’ state. More details in https://activities.uipath.com/docs/take-screenshot.

4 Likes