I have problems with interacting with elements, such as clinking on a button.
Steps:
- Create a new SafariDriver
- Navigate to a page with a button element
- Find the button element
- 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.