Different clicks on the same element in WebRecorder

I get that Katalon “recycles” xpaths, but in this case, I need the same xpath with the same click actions but different positions. Is it possible to do this without hard-coding coordinates?

Im testing Material UI’s pop-up time picker and since there the only clickable element on the clock is the mask element, only the first click positions are recorded.

Things I’ve already tried:

  • adding delays in between pop-up triggers and time selection
  • recording pop-up per input separately (detects first recorded object/xpath)

Things we dont want to do:

  • setText on input element
  • hard-coding click coordinates