Activity or VB code to click on Current month

Hi All,

I need an activity or code for a web portal having month in grid view where BOT will click on current month on every run

Check the format in which the dates are there in those grids

Then use the now.date function for getting the current date

Convert that in the format same as that of the grid.

Create a variable and store that value.

Use a dynamic selector to click on that → Get the selector for one grid by selecting it and open in UI explorer, then remove the dynamic part and have the variable passed in that field.

Hope this helps