I am currently testing my web application, where I display a JavaScript Notification using new Notification("Title")
. In order to verify specific behavior triggered by clicking on the notification, how can I simulate a user click event in JavaScript?