How to click Highlighted Box Dynamically

image

See the above pic I want to click dynamically whenever it becomes Blue. How can I do this?

The selector for that date should have a colour attribute.

You could use a Do While loop and grab this attribute (GetAttribute activity) for analysis until it is shown as blue?

If your sequence involves clicking on any date as soon as it turns blue, you could use the Find Children activity within the Do While loop, analysing all children or dates until one has an attribute of blue.

@ronanpeter didn’t get can you explain me more buddy