Skip to main content

[Windows] Get Driver

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

getDriver

  • Description: Get the current Windows Driver.
  • Keyword name: getDriver
  • Keyword syntax: Windows.getDriver()
  • Return Value
    • Description: The current Windows Driver
    • Parameter Type: WindowsDriver
  • Example:
"Start the note pad application"
Windows.startApplication('C:\\Windows\\System32\\notepad.exe')

"Get the application title"
Windows.getDriver().getTitle()