I am trying select date from ajax_calendar where Date of Joining is from input Excel file. I want to select desired input date from calendar but no luck. I also tried to type into activity for type date but also not possible. Please give the advice solution. pfa fyi.
If set Text does not work then create bare minimum selector (only having idx attribute) for first date of the page (in your case it is 27 Oct), once you get the idx for 27 Oct (it should be idx=1) then just create loop till you get to the 1 Nov. idx should be 6 for 1st Nov then use variable idx_first_day = 6 (this will be variable) -1
then simply do idx_first_day + your desired date in integer to select the date and use it in the selector.
Let us know if you have any trouble with the logic.
Yes, I have tried Set Text also but unable to select date. For Ex. i want to select 01-06-2021 date as Date of Joining. but i am unable to select it. please suggest