Package org.ndviet.POM
Class SearchResults
- java.lang.Object
-
- org.ndviet.POM.SearchResults
-
public class SearchResults extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclickOnBackButton()voidverifyBackButtonPresent()voidverifyPromotionalCode(java.lang.String message)voidverifyPromotionalCodeNotPresent()voidverifyResultPresent(java.lang.String message)
-
-
-
Method Detail
-
verifyResultPresent
public void verifyResultPresent(java.lang.String message) throws java.lang.Exception- Throws:
java.lang.Exception
-
verifyPromotionalCode
public void verifyPromotionalCode(java.lang.String message) throws java.lang.Exception- Throws:
java.lang.Exception
-
verifyPromotionalCodeNotPresent
public void verifyPromotionalCodeNotPresent() throws java.lang.Exception- Throws:
java.lang.Exception
-
verifyBackButtonPresent
public void verifyBackButtonPresent() throws java.lang.Exception- Throws:
java.lang.Exception
-
clickOnBackButton
public void clickOnBackButton() throws java.lang.Exception- Throws:
java.lang.Exception
-
-