Hey,
I want to enter a date on the booking.com website, which must be clicked manually. The selector of the click activity is dynamic and works. However, if the month to be selected is not displayed, the bot should continue clicking. I tried the whole thing with a While loop and the Try Catch activity (see image). Unfortunately the exception inside the Try Catch activity is not executed, I don’t know why. When I manually click on the month, the correct date is selected.
The variable “Retry” is first set to TRUE.

Can someone help? Thanks a lot