This functionality is supported only if you are using the Open Agent.
Some applications under test might require extensive loading of application data in the UI, and might not be finished on time with loading objects that are required for replaying a test. To successfully replay tests on such an AUT, you can check for the existence of an object before performing an action on it, or you can add sleeps before performing an action.
WebBrowser.BrowserWindow.Input.Exists(6)
Sleep(6)