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()
Get the current window title.
getWindowTitle() RETURNS STRING
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()