I am using selenium-webdriver for nodejs.
How can I emulate a right-click with this driver? I can\'t find this in the official documentation.
Thanks, wmash. You help me found solution.
Answer (found here):
driver.actions().click(element1, input.Button.RIGHT).perform();