"DOUBLE_CLICK" Command
Description: This command double clicks on an element using a web locator or inline XPath.
Usage Scenario: Suppose you want to double click on a button that navigates to a website.
Procedure: Define steps that lead up to the point the button is visible and define a locator for the button so you can use it with Double_Click command. Your step will look like this:
Web Locator:
Inline XPath:
Â
Â