"HOVER" Command

Description: This command hovers over an element defined by a locator or inline XPath.
Usage Scenario: Suppose we want to hover on the Login button in our Reference app after clicking on Login link.

Procedure: Define a locator for your button using XPath (“//a[contains(text(),'LOGIN')]”) or use inline XPath field in your step. Your step will look like this:

Web locator:

Inline XPath: