Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description: This command right clicks on a web element.
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:

Image RemovedImage Added