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
Constructors Constructor Description BosAccountStatementFinder(BosWebAccountInformation accountInfo, org.openqa.selenium.WebDriver driver)
Creates a new BosAccountStatementFinder 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
-
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 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,BosWebAccountInformation>
- Throws:
WebSiteException
-
-