I am trying to perform a right click on a context menu in a Selenium test. I attempted to use fireEvent but was unsuccessful as I am not familiar with JavaScript. Can anyone provide guidance on how to successfully execute a right click in Selenium?
Thank you