GUI: Get Current Window Info
Description
Get Current Window Info retrieves the title and URL of the active browser window and stores them in output fields. Use this step when your workflow needs to verify which page is currently loaded, log the current URL for audit purposes, or make branching decisions based on the window 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. The data type is string and the field is mandatory. |
| Web Browser Name | You can select any one Web Browser from the given list. Note: 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: WindowTitleField. |
| Page URL Field | Specify a fieldname to hold the retrieved Page URL. The Default value: PageURLField |