Get Page Title
This is pre-built Action located under the @Window Element Name. It instructs the Avo Assure Client to retrieve the current page title and save it in the Output Variable.
Syntax
Input: N/A
Output:
<Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario
The product being tested is an online banking application. After a user successfully logs in, the page title should update to reflect the user's dashboard (e.g., "Account Overview"). The test automation needs to verify that the page title is correct after the login process.
Expected Result
The Get Page Title Action needs to retrieve current page title and save it in the Output Variable.
Output
The Get Page Title Action retrieved page title as Account Overview and store it in {result} Output Variable, which can be utilized for display or other purposes.
Last updated
Was this helpful?