The 'LogInUser' function logs in the specified user without using the dialog box for the login.
void @LogInUser(string user_name)
Parameters
string user_name : user name
Return Value
none
Example
@LogInUser("user1");
Description : The above statement logs in the user named 'user1'.
Reference