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
ConstructorsConstructorDescriptionSantanderAccountStatementFinder
(org.openqa.selenium.WebDriver webClient, SantanderWebAccountInformation accountInfo) Creates a new SantanderAccountStatement 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
-
SantanderAccountStatementFinder
public SantanderAccountStatementFinder(org.openqa.selenium.WebDriver webClient, SantanderWebAccountInformation accountInfo) throws WebSiteException Creates a new SantanderAccountStatement object with a webClient and account information- Parameters:
webClient
-accountInfo
-baseUrl
-- 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,
SantanderWebAccountInformation> - Throws:
WebSiteException
- See Also:
-