Get Page Title
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.
Syntax
Input: N/A
Output:
<Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario
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.
Expected Result
The Get Page Title need to retrieve the current page’s title and save it in the Output Variable.
Output
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.
Last updated
Was this helpful?