Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description: This command right clicks on a web element identified by a web locator or inline XPath.
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:

  • No labels