Class BosAccountStatementFinder
java.lang.Object
de.frankmuenster.mahoe.statements.AbstractAccountStatementFinder<org.openqa.selenium.WebDriver,BosWebAccountInformation>
de.frankmuenster.mahoe.banks.bos.web.BosAccountStatementFinder
public class BosAccountStatementFinder
extends AbstractAccountStatementFinder<org.openqa.selenium.WebDriver,BosWebAccountInformation>
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
ConstructorsConstructorDescriptionBosAccountStatementFinder
(BosWebAccountInformation accountInfo, org.openqa.selenium.WebDriver driver) Creates a new BosAccountStatementFinder 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
-
BosAccountStatementFinder
public BosAccountStatementFinder(BosWebAccountInformation accountInfo, org.openqa.selenium.WebDriver driver) Creates a new BosAccountStatementFinder object with a webClient and account information.- Parameters:
accountInfo
- theBosWebAccountInformation
objectdriver
- theBosWebSite
object
-
-
Method Details
-
startSearch
Description copied from class:AbstractAccountStatementFinder
Starts the search of new account statements- Specified by:
startSearch
in classAbstractAccountStatementFinder<org.openqa.selenium.WebDriver,
BosWebAccountInformation> - Throws:
WebSiteException
-