login

static boolean login()

Attempts to log in using the account selected by the user when starting the script

Return

true if logged in successfully, false otherwise

static boolean login(String username, String password)

Attempts to log in using ths specified credentials

Return

true if logged in successfully, false otherwise

Parameters

username

the account username

password

the account password

static boolean login(String username, String password, String authenticatorSecret)

Attempts to log in using ths specified credentials

Return

true if logged in successfully, false otherwise

Parameters

username

the account username

password

the account password

authenticatorSecret

the authenticator secret key to handle the authenticator, if applicable