I want to select a date from the calendar on the Webpage, please find the screenshot in attachment.
The text box is not editable.
I will be getting the date from some other source so it can be dynamic.
I’m unable to create a dynamic selector if I select a date I’m not getting the proper selector.
Kindly suggest a solution to this
1st click on the month tab(November 2019) which will be dynamic… and select the month and year… and the correct data… Pass the dynamic value to selector
It is not typing anything into it, I tried using Set text and Type into both.
I’m passing variable to to type and it is in the same format as the web page.
It needs to navigate to date from the calendar only.
I got fix for this issue, I have used Click activity on the calendar/Date picker icon and used Inject JsScript
I’m passing the below query to InjectJsScript
“jQuery(”#FromDate").data(“kendoDatePicker”).value(‘“+Date+”’);"