Navigate to Page with Authentication

This is a pre-built Action located under the @Browser Element, instructs the Avo Assure to open the given URL and log in using the Username and Password provided in the Input Value and save the result in the dynamic variable.

Syntax

Input Value: <URL>;<UserName>;<EncryptedPassword>

Argument
Description

<URL> (Required)

Specify the web address of the application to be accessed.

<UserName> (Required)

Enter the username for logging into the application.

<EncryptedPassword> (Required)

Provide the encrypted password for secure login.

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

The dynamic variable holds the status as True or False.

Example

Performs navigation to a secured web page using authentication credentials.

The Navigate to page with Authentication action takes the value from the Input Value column (e.g., https://example.com;admin;iPh64rgJnD4sSbVyDKqRWw==) and attempts to access the specified URL using the provided username and encrypted password. The result of the navigation is stored in the {NavigateToPage} variable, with the following possible values:

  • True – If the page is accessed successfully with valid credentials.

  • False – If authentication fails or an error occurs.

Authentication Website Example:

Last updated

Was this helpful?