Skip to content

Instantly share code, notes, and snippets.

@cethap
Forked from PierrickP/Right click on Protractor
Last active August 29, 2015 14:10
Show Gist options
  • Save cethap/33a4227b7f85b2dd3786 to your computer and use it in GitHub Desktop.
Save cethap/33a4227b7f85b2dd3786 to your computer and use it in GitHub Desktop.
browser.actions().mouseMove(element(by.css('#myElement'))).perform();
browser.actions().click(protractor.Button.RIGHT).perform();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment