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.
Note: This Action will be used only where Login and signup page or where the Username and Password needed.
Syntax
Input Value: <URL>;<UserName>;<EncryptedPassword>
<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.
Note:
Ensure that the password needs to be encrypted in AES method.
Use a website that requires authentication with a username and password through a single popup authentication window.
Output Value:
<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?