Get Current Window Title
Description
Get Current Window Title retrieves the title of the active browser window and stores it in an output field. Use this step when your Web GUI [Classic] workflow needs to verify which page is currently loaded, log the window title for audit purposes, or make branching decisions based on the page title. It is commonly placed after navigation or switch-window steps to confirm that the browser landed on the expected page before continuing with further automation.
Configurations
| Field Name | Description |
|---|---|
| Step Name | Name of the step. The name must be unique in a single workflow. |
| Web Browser Name | You can select any one Web Browser Name from the given list (BROWSER1, BROWSER1). You must select the same Web Browser Name which was selected in Start Browser Step. |
| Window title field | Specify a fieldname to hold the retrieved Window Title. Default value: windowTitle. |