Navigate to URL
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Browser Element Name. It instructs the Avo Assure Client to navigate to the given page/URL in the Input Value. It allows you to automate the process of moving between different pages without needing to manually click links.
Input: <url>
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)
In this scenario, you are testing application to validate the ability to navigate to the desired URL for web application. The objective is to ensure that it should redirects the user to the correct URL successfully.
The target URL: https://www.example.com/home
The browser should navigate to the target URL (https://www.example.com/home).
The page should load without errors and display relevant content.
This Navigate to URL Action is successfully redirected to the desired URL.