Hi ,
How do we use 'find by expression' code on Kendo UI elements in test studio.
Example: I have 'KendoMenuItem' which I want to click by using the code .
I want to later turn it into a reusable test and be able to click different menu items each time by passing the 'innertext' as variable/parameter.
On recording the properties of one such element look like this -
ControlType: Telerik.TestingFramework.Controls.KendoUI.KendoMenuItem
Expression: data-role=menu,role=menubar,|,TagName=li,InnerText=^Sales
cam you please help me write a code to get this element clicked.
Best Regards,
Sprithi HK