Skip to main content

[Windows] Click

Note:
  • Starting from version 7.0.0, Windows desktop application testing is available on Katalon Studio.

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