Selenium WebDriver Tutorial#30- How to Perform Right Click in Selenium

In this selenium webdriver tutorial we will learn How to Perform Right Click in Selenium WebDriver. Performing right click in Selenium is possible by Actions class and method used is contextclick(). We will learn to perform right click anywhere on page or any specific webelement using contextclick().