I am trying to click on any one of the available “Booking” buttons from all of these… (But the time-slot should be from 7:00 to 9:00 and gate can be any)
You’d have to use Find Children (set to descendants) to get an array of all the booking button UI elements. Then use logic to decide which one to click.
You can create a regex in selector name field fozz a r timr 7 to 9 as per selector looks like time is present…so as per selector it would automatically click on first available slot between 7 to 9
If you can provide two more booking selectors we can give regex