Class SantanderAccountStatementFinder
- java.lang.Object
-
- de.frankmuenster.mahoe.statements.AbstractAccountStatementFinder<org.openqa.selenium.WebDriver,SantanderWebAccountInformation>
-
- de.frankmuenster.mahoe.banks.santander.web.SantanderAccountStatementFinder
-
public class SantanderAccountStatementFinder extends AbstractAccountStatementFinder<org.openqa.selenium.WebDriver,SantanderWebAccountInformation>
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 SantanderAccountStatementFinder(org.openqa.selenium.WebDriver webClient, java.lang.String baseUrl, SantanderWebAccountInformation accountInfo)
Creates a new SantanderAccountStatement 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
-
SantanderAccountStatementFinder
public SantanderAccountStatementFinder(org.openqa.selenium.WebDriver webClient, java.lang.String baseUrl, SantanderWebAccountInformation accountInfo) throws WebSiteException
Creates a new SantanderAccountStatement object with a webClient and account information- Parameters:
webClient
-accountInfo
-baseUrl
-- 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,SantanderWebAccountInformation>
- Throws:
WebSiteException
- See Also:
AbstractAccountStatementFinder.startSearch()
-
-