Get Dialog Window Name
Last updated
Last updated
This is pre-built Action located under the @Sap Element. It instructs the Avo Assure Client to fetch the window name displayed on the dialog window of SAP Application and save the result in the output variable.
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where user is testing SAP Application where a user is creating a sales order in the VA01 transaction. After entering the data and attempting to save the order, the system displays a confirmation dialog asking if the user is sure they want to save the order. The dialog window name is "Save Confirmation." User needs to fetch the window name to ensure that the correct dialog is being displayed before proceeding. The "Get Dialog Window Name" Action is used to fetch the name of the dialog window that is currently displayed.
The "Get Dialog Window Name" Action should successfully retrieve the name of the dialog window that is currently displayed. And the window name should be stored in an output variable.
The Get Dialog Window Name Action retrieves the current window name and save it in the {result} output variable as Save Confirmation, which can be utilized for display or other purposes.