Each step in Test Studio has a built-in TimeOut. This means that whenever we cannot find an element which is associated with a step - we will wait a set amount of time for the element to appear (30 s by default). For KendoButtons (and possibly other Kendo widgets) this doesn't seem to be respected. If we cannot find the KendoButton by its tagIndex - we will fail the test instantly with an exception similar to this: Invalid control '[Element: 'span:560']'. Control does not match FindExpression '[class 'Contains' k-widget] AND [tagname 'Exact' span]' InnerException: System.ArgumentException: Invalid control '[Element: 'span:560']'. Control does not match FindExpression '[class 'Contains' k-widget] AND [tagname 'Exact' span]' at ArtOfTest.WebAii.Controls.Control.CreateInstance[TControl](Element e, Boolean throwIfNull) at Telerik.TestStudio.Translators.KendoUI.Input.KendoButtonsAction.Execute(Browser browser) at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost) at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order) Demo site for repro: http://demos.telerik.com/kendo-ui/web/grid/editing-popup.html Here's how to reproduce the problem: http://screencast.com/t/jVINBlAUJ2