I need some help with a date picker, I want to click on calendar icon to choose the date of the present day and its not working, I’ve try everything I know, with and without anchor, with and without fuzzy selector and different selected items.
Normally datepicker highlights today’s date by default. So you can just use click activity to click on the calendar icon and then just use Keyboard Shortcut to send Enter key. This should give you todays date.
Instead of that do one thing creat a “TodaysDate” and using assign activity assign the value as “Now.ToString(“dd-MM-yyyy”)“ and finally use a type into and give the “TodaysDate” variable inside the assign as per bellow: