getWindowTitle()

Get the current window title.

Syntax

getWindowTitle() RETURNS STRING

Usage

You can use it to return the title of an application window to test this action in a scenario. For example:

LET windowTitle = ggc.getWindowTitle()