I have requirement where i need to choose the date field from calendar.(Website).
i have gone through the post in the forum already .
please find the screenshot of the selector where u can see aaname=21 is date field which i choose.
so now i want to pass the variable in that field according to my required date field.
How to pass it(any syntax i’m missing here)
dont know why its not accepting that variable or is there any other way to pass that variable.
Simple i just need to choose the current date or anyother date(which i pass in the variable ex dt=Today.AddDays(1).ToString(“dd”) ) and click that date on the calendar .
Why its so tricky ?
tried .By looking at the error its do accepting the variable.
its 19 date its accepting but its unable to find on the screen .
check this bcz we didn’t choose any screen ?
I have done the same .Beside input dialogue box i hv hard coded in the variable.
Though its taking date i hv given in input dialogue but its not clicking that date.
check this i choose 27 its reflecting in aaname but not clicking 27 on calendar.
his code is almost similar as ur and mine ,logic is same. don’t know why its not clicking on the date on the calendar .
Anyway thnx @vvaidya for being there every time and quick response.