Completed
Last Updated: 29 Aug 2018 09:47 by ADMIN
Ranganathan
Created on: 28 Aug 2018 11:29
Type: Feature Request
0
issue with kendo Calendar
Im trying to handling the kendo calendar controls as like example provided 

 KendoCalendar Calendar = ActiveBrowser.Find.ById<KendoCalendar>("startDatepicker");
Calendar.SelectDay("2017, 01, 01");

but error is returned when line  KendoCalendar Calendar = ActiveBrowser.Find.ById<KendoCalendar>("startDatepicker"); is executed.

Can anyone share your input on this

            
          
1 comment
ADMIN
Ivaylo
Posted on: 29 Aug 2018 09:46
Hello Ranganathan,

Try locating the kendo calendar with the following line:

Telerik.TestingFramework.Controls.KendoUI.KendoCalendar cal = ActiveBrowser.Find.ById<Telerik.TestingFramework.Controls.KendoUI.KendoCalendar>("startDatepicker");

If you continue experiencing any issues please submit a ticket so our technical team can assist you further.

Regards,
Ivaylo