AbstractPostBoxPage
, BosPostBoxPage
, SantanderPostBoxPage
, TargoBankPostBoxPage
public interface PostBoxPage
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNextAccountSheet() |
Returns
true if the PostBox has more accounts sheets/card
billings. |
boolean |
hasNextDocument() |
Returns
true if the PostBox has more accounts sheets/card
billings. |
org.apache.commons.lang3.tuple.Pair<java.util.Date,org.openqa.selenium.WebElement> |
nextAccountSheet() |
Returns the next accounts sheet/card billing from the PostBox
|
org.apache.commons.lang3.tuple.Pair<java.util.Date,org.openqa.selenium.WebElement> |
nextDocument() |
Returns the next document from the PostBox
|
boolean hasNextDocument()
true
if the PostBox has more accounts sheets/card
billings. (In other words, returns true
if nextDocument()
would return an element rather than throwing an exception.)true
if the PostBox has more elementsboolean hasNextAccountSheet()
true
if the PostBox has more accounts sheets/card
billings. (In other words, returns true
if nextDocument()
would return an element rather than throwing an exception.)true
if the PostBox has more elementsorg.apache.commons.lang3.tuple.Pair<java.util.Date,org.openqa.selenium.WebElement> nextDocument() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- - if the PostBox has no more elementsorg.apache.commons.lang3.tuple.Pair<java.util.Date,org.openqa.selenium.WebElement> nextAccountSheet() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- - if the PostBox has no more elements