please provide some code samples for testing kendoeditor.
1. set value of kendo editor
2. click toolbar of editor
2 Answers, 1 is accepted
0
Plamen
Telerik team
answered on 13 Mar 2013, 01:35 PM
Hi Pete,
The Kendo UI Editor is a mixture of many Kendo controls, which makes its automation a bit complicated. Also the text field of the Editor is inside of an IFrame, so you need to locate the IFrame first. Here's a sample code against this Kendo UI Editor demo side: