Hi!
I'm recently new in Telerik and I started playing with the application today. I was trying to record a test through a web site that contains drop down menus in some pages. Telerik is showing me an error message while trying to select an option from the dropdown:
ExecuteCommand failed!
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeEvent',Target:'ElementId (tagName: 'select',occurrenceIndex: '4')',Data:'onchange--@@--{"canBubble":true,"cancelable":true,"type":"change"}',ClientId:'12c2f20f-7f70-47a9-894e-f361ab0b2170',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: System.TimeoutException: Timed out waiting for command to be handled
at ArtOfTest.WebAii.Messaging.Process.BrowserHttpRemoted.ProcessBrowserRequest(BrowserCommand command, String requestId, Int32 timeout)
at ArtOfTest.WebAii.Messaging.Process.BrowserHttpRemoted.ProcessBrowserRequest(BrowserCommand command, String requestId)
at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
Can anyone help me with this?
Really thanks!!