LogonToSoarian

Top  Previous  Next

×V4.1Ø

S

A

W

WS

ü

Syntax -

LogonToSoarian <User Name|UsePooledCredentials> [<Password>]

       Where:

               <User Name> is a literal string or a variable that contains a string value.

               <Password> is a literal string or a variable that contains a string value.

 

Description:

This command causes EMUE to log into Soarian using the <User Name> and <Password> specified.  If desired, the password can be encrypted using the "Encrypt Selected Text" option under the Edit menu.  Note that when encrypting the password, the password text, without quotes, should be highlighted before selecting this option from the menu.

 

If you are using pooled signons for Soarian you will only use the keyword UsePooledCredentials instead of providing the user name. The password parameter is not required for pooled signons.

 

Soarian SmartUI: No

Chrome: No

 

Sample 1:

       The following statement will automatically enter in the username, password, and click the log in or log on button.

LogonToSoarian "usr123" "pw_1234"

 

Sample 2:

       The following statement will use available credentials from the SoarianLogonDBTableName to sign into Soarian.

LogonToSoarian UsePooledCredentials

 

See Also:

Identifying an Element

OpenWebPage

WaitForWebPageCompletion

WebElementTimeout