SafariDriver click on a button not working with safari 15.3

I have problems with interacting with elements, such as clinking on a button.

Steps:

  1. Create a new SafariDriver
  2. Navigate to a page with a button element
  3. Find the button element
  4. Click on the button element

RESULT: The click is not performed on the button element.

This is not working from the recent update to safari 15.3

The only workaround is to click using JavaScript.