Skip to main content

[Windows] Click

Description

Perform a left-clicking action on the Web element found by using the locator value of the given Windows object.

Keyword name: click

Parameters

Parameter Parameter TypeRequiredDescription
windowsObjectWindowsTestObjectYesAn object describing the locator and locator strategy to find a Windows element.

Example

"Click on the Close button"
Windows.click(findWindowsObject("Object Repository/CloseButton"))