Currently if you record a click against a KendoInputButton - Test Studio will generate the find logic for you automatically. When the button is part of a complex widget like a grid the logic is based on tagIndex and is very brittle. The test will tend to break very fast. Here is a little demonstration: http://screencast.com/t/qqaaeTaWW Demo: http://demos.telerik.com/kendo-ui/web/grid/editing-popup.html - Click to edit in the grid, opening the popup - Click on the Unit Price numeric It would be good to have: A) "Smarter" translators that can design better find logic B) Design our Kendo widgets in a way that's more automation-friendly