Interface LoginPage

    • Method Detail

      • isLoggedIn

        boolean isLoggedIn()
        Check if a user is logged in. There is no check if a specific account is logged in.
        Returns:
        true if an user is logged in, false else.
      • login

        void login​(java.lang.String login,
                   char[] password)
            throws WebSiteException
        Logging the given user.
        Parameters:
        login - the account to login
        password - the password
        Throws:
        WebSiteException - if the login fails