Class BosWebSiteHelper
java.lang.Object
de.frankmuenster.mahoe.banks.bos.web.BosWebSiteHelper
- Author:
- Frank Münster
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidfindAndOpenAccount1(org.openqa.selenium.WebDriver driver, String accountNumber) REMOVE????static IasaResponsegetAccount(org.htmlunit.WebClient webClient, String iban) static List<de.willuhn.jameica.hbci.rmi.Umsatz>getBookedTransactions1(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo, String accountNumber) static List<TurnoverResponse>getTurnovers(org.htmlunit.WebClient webClient) static voidlogin1(org.openqa.selenium.WebDriver driver, String accountName, CharSequence password) Logins in the bank web page.static voidlogoff1(org.openqa.selenium.WebDriver driver) Log off from bank page
-
Method Details
-
findAndOpenAccount1
REMOVE???? Open the account with the given account number.- Parameters:
driver- the driver with logged in BOS accountaccountNumber- the number of the account to open
-
getAccount
public static IasaResponse getAccount(org.htmlunit.WebClient webClient, String iban) throws WebSiteException - Parameters:
webClient-iban-- Returns:
- Throws:
WebSiteException
-
getBookedTransactions1
public static List<de.willuhn.jameica.hbci.rmi.Umsatz> getBookedTransactions1(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo, String accountNumber) throws WebSiteException - Parameters:
driver-accountInfo-accountNumber-- Returns:
- the list of transactions
- Throws:
WebSiteException
-
getTurnovers
public static List<TurnoverResponse> getTurnovers(org.htmlunit.WebClient webClient) throws WebSiteException - Parameters:
webClient-- Returns:
- Throws:
WebSiteException
-
login1
public static void login1(org.openqa.selenium.WebDriver driver, String accountName, CharSequence password) throws WebSiteException Logins in the bank web page.- Parameters:
driver- to use to perform the loginaccountName- to usepassword- to use- Throws:
WebSiteException- is thrown when something went wrong.
-
logoff1
Log off from bank page- Parameters:
driver- with logged in page- Throws:
WebSiteException
-