What would be the command to right click on the webpage in Selenium Ruby automation test?

What would be the command to right click on the webpage in Selenium Ruby automation test?

Hello NoahSmith,

You can use the below command to right-click:

driver.action.context_click(element)