How to click on Highlighted Element dynamically

Hi, can anyone tell me how to do a click on highlighted, it is a dynamic whever I used to type new date it will be changing, so I want to do a dynamic click as you see in the calender. 15 is highlithed as I enetered the data Sep 15, 2019.
image

Hi @balkishan,
If this area is “clickable” then you can check the selector to catch needed area for click. And by right clicking it in selector’s editor you can create variable and assign the value to make the selector dynamic :). Like in this example:
image
image