public class SecurityCodePage extends PageObject<CheckoutValidator>
validator
Constructor and Description |
---|
SecurityCodePage() |
SecurityCodePage(CheckoutValidator validator) |
Modifier and Type | Method and Description |
---|---|
IdentificationPage |
enterSecurityCodeForNewCard(java.lang.String cvvNumber) |
ReviewAndConfirmPage |
enterSecurityCodeForSavedCard(java.lang.String cvvNumber) |
PaymentMethodPage |
pressBack() |
NoCheckoutPage |
pressBackWithExclusion() |
ExpiryDatePage |
pressPrevious() |
SecurityCodePage |
validate(CheckoutValidator validator) |
public SecurityCodePage()
public SecurityCodePage(CheckoutValidator validator)
public SecurityCodePage validate(CheckoutValidator validator)
validate
in class PageObject<CheckoutValidator>
public IdentificationPage enterSecurityCodeForNewCard(java.lang.String cvvNumber)
public ReviewAndConfirmPage enterSecurityCodeForSavedCard(java.lang.String cvvNumber)
public NoCheckoutPage pressBackWithExclusion()
public PaymentMethodPage pressBack()
public ExpiryDatePage pressPrevious()