Hi, I’m using a dynamic variable and its value depends on the date it gets from an excel. I used this variable as value in the ctrl name of the selector of my Click activity. I would like to click a value on the list of dates but it’s only clicking the one that is visible, not those date that are down below (need to scroll down when done manually). I tried to SimulateClick but it says :
I also tried SendWindowMessages but error says "Cannot send input to UI element because it is outside of screen bounds. "
Is there any other possible activity/approach to be used here? Thanks