Class TargoBankAccountStatementFinder
java.lang.Object
de.frankmuenster.mahoe.statements.AbstractAccountStatementFinder<org.openqa.selenium.WebDriver,TargoBankWebAccountInformation>
de.frankmuenster.mahoe.banks.targobank.web.TargoBankAccountStatementFinder
public class TargoBankAccountStatementFinder
extends AbstractAccountStatementFinder<org.openqa.selenium.WebDriver,TargoBankWebAccountInformation>
Class to get account statements from the banks web page
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.statements.AbstractAccountStatementFinder
accountInfo, lastStatementDate, webClient
-
Constructor Summary
ConstructorsConstructorDescriptionTargoBankAccountStatementFinder
(org.openqa.selenium.WebDriver webClient, TargoBankWebAccountInformation accountInfo) Creates a new TargoBankAccountStatementFinder object with a webClient and account information. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Starts the search of new account statementsMethods inherited from class de.frankmuenster.mahoe.statements.AbstractAccountStatementFinder
addStatement, findStatements, getSheets, isSearchExecuted
-
Constructor Details
-
TargoBankAccountStatementFinder
public TargoBankAccountStatementFinder(org.openqa.selenium.WebDriver webClient, TargoBankWebAccountInformation accountInfo) Creates a new TargoBankAccountStatementFinder object with a webClient and account information.- Parameters:
webClient
-accountInfo
-- Throws:
WebSiteException
-
-
Method Details
-
startSearch
Description copied from class:AbstractAccountStatementFinder
Starts the search of new account statements- Specified by:
startSearch
in classAbstractAccountStatementFinder<org.openqa.selenium.WebDriver,
TargoBankWebAccountInformation> - Throws:
WebSiteException
- See Also:
-