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
Constructors Constructor Description TargoBankAccountStatementFinder(org.openqa.selenium.WebDriver webClient, TargoBankWebAccountInformation accountInfo)
Creates a new TargoBankAccountStatementFinder object with a webClient and account information.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
startSearch()
Starts the search of new account statements-
Methods inherited from class de.frankmuenster.mahoe.statements.AbstractAccountStatementFinder
addStatement, findStatements, getSheets, isSearchExecuted
-
-
-
-
Constructor Detail
-
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 Detail
-
startSearch
protected void startSearch() throws WebSiteException
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:
AbstractAccountStatementFinder.startSearch()
-
-