Get Page Title
Last updated
Last updated
This is pre-built Action located under the @Sap Element. It instructs the Avo Assure Client to retrieve the title of the SAP Application and save the result in an output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
Consider a scenario where user is testing SAP Application. They are automating a scenario where they log into SAP, navigates to the "VA01" transaction (Create Sales Order), and they need to validate that the page title after navigating to the transaction screen is correct (e.g., "Create Sales Order"). The "Get Page Title" Action is used to retrieve the title of the currently displayed SAP application screen or window.
The Get Page Title need to retrieve the current page’s title and save it in the Output Variable.
The Get Page Title Action fetches the title of current page and stored in the {result} output variable as Create Sales Order, which can be utilized for display or other purposes.