Skip to content

Set Window Title Activity

The Set Window Title activity changes the title of a native Windows desktop application window to a specified value.

Field Description Requirement
Application instance The reference name of the application instance previously opened or attached. Required
Title The new window title to set. Required

Action Types & Examples

Window Title Assignment

  • Format: string
  • Example Result: "Renamed - Notepad"

Implementation Examples

Field Setup - Application instance: ${appInstance} - Title: Renamed - Notepad

Technical Notes

Unlike the other Set activities, Set Window Title writes the new title directly to the application instance's window and does not require an Element locator.