Get Page Title
Last updated
Last updated
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.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
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.
The Get Page Title Action needs to retrieve current page title and save it in the Output Variable.
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.