[Windows] Double-click
Description
Perform a double-clicking action on the Web element found by using the locator value of the given Windows object.
Keyword name: doubleClick
Parameters
Parameter | Parameter Type | Required | Description |
---|---|---|---|
windowsObject | WindowsTestObject | Optional | An object describing the locator and locator strategy to find a Windows element. |
Example
"Double-click on the item element to open the editor"
Windows.doubleClick(findWindowsObject("Object Repository/item"))