Interface LoginPage

All Known Implementing Classes:
BosLoginPage, SantanderLoginPage, TargoBankLoginPage

public interface LoginPage
The login page of Bank
Since:
2.6.0
Author:
Frank Münster
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if a user is logged in.
    void
    login(String login, char[] password)
    Logging the given user.
  • Method Details

    • 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(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