"RIGHT_CLICK" Command

Description: This command right clicks on a web element identified by a web locator or inline XPath to bring up a context menu.
Usage Scenario: Suppose we want to right click on the Login link on Reference app.

Procedure: Define a step to navigate to the site and another step that right clicks on Login link with XPath (//a[contains(text(),'LOGIN')]). Your steps will look like this:

Web Locator:

Inline XPath: