Set Website Credentials

From UBot Studio
Jump to: navigation, search

Set Website Credentials is a Settings Command.

The command allows you to set the website credentials if you navigate to a website and you get a *browser* alert (as in an alert that is part of the actual browser, not a popup on a webpage) asking you to login (HTTP Authentication).

Username: The username for the HTTP Authenticated website.

Password: The password for the HTTP Authenticated website.

Example

An example of such a prompt can be seen here:

Authentication.png


The set website credentials command will come before the navigate command to the website that requires http authentication.


set website credentials("my username", "my username")
navigate("http://www.pagetutor.com/keeper/mystash/secretstuff.html", "Wait")


Running the script with valid username and password will set the website credentials and navigate to the webpage. The credentials will be used to log you into the website without bringing up the prompt to have you type in the credentials.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox