The Window_GetTitle() function returns the title of the specified window.
Window_GetTitle(window window_name)
• window window_name – The name of the window for which you want to retrieve the title.
String
A window title is the string that appears in the window’s title bar in test mode or at runtime. The title is specified in the window’s Title property.
This function will return the window title of a window in the current dictionary only. To retrieve the name of a window in another dictionary, use the Window_GetTitleByProduct() function.