Skip to main content

[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 TypeRequiredDescription
windowsObjectWindowsTestObjectOptionalAn 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"))
Was this page helpful?