[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 Type | Required | Description | 
|---|---|---|---|
| windowsObject | WindowsTestObject | Yes | An object describing the locator and locator strategy to find a Windows element. | 
Example
"Click on the Close button"
 Windows.click(findWindowsObject("Object Repository/CloseButton"))