I am trying to select the date from the below calendar format but the date i need to select should be todays date minus 2.
So based on todays date, it should select 02/11/19.
Having slight issues as some days appear twice so cannot distinguish between the two dates
Also there is no option to type in date, so can only select from calender
i would like to know this alone
kindly use a click activity and choose the date 01 of this month in this image
and use another click activity and choose the date 01 of next month (in a dull color) in this image
we can compare the selector of those two click activities and so that we can find the dynamic part of it and use variables with date accordingly
kindly share that selector asa screenshot if possible
Hey @Yash16S, open up the Property Explorer pane on the left to check out some additional attributes that you don’t see in the selector details pane on to the right.
You can look for attributes like disabled which would differentiate between an enabled or disabled link of yours. Add that as an attribute to the selector and the selector should now become unique!