The login steps are successfully executed however once inner site is loaded a click action is not getting recorded. It displays as being recorded in the browser via its annotation but the step is missing in the test. The Test Studio application log contains the following NullReference exception: [03/03 17:56:55,Telerik.TestStudio.Desktop.vshost.exe(12588:15),Recording] JsRecorderManager.OnMessageReceived() : EXCEPTION! (see below) Outer Exception Type: System.NullReferenceException Message: Object reference not set to an instance of an object. HRESULT: 0x80004003 (Official ID (if app.) = E_POINTER, Error Bit = FAILED, Facility = FACILITY_NULL, Code = 16387) Call Stack: at Telerik.TestStudio.Web.JSRecorder.JsRecorderManager.BuildExpressionClauses(JArray exprClauses, Int32 chainStop) at Telerik.TestStudio.Web.JSRecorder.JsRecorderManager.RecordDescriptor(JToken o) at Telerik.TestStudio.Web.JSRecorder.JsRecorderManager.OnMessageReceived(String sessionId, JObject msg) Test case is provided with the internal description.