Package org.ndviet.POM
Class SearchForm
- java.lang.Object
-
- org.ndviet.POM.SearchForm
-
public class SearchForm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclickOnSearchButton()voidenterPromotionalCode(java.lang.String code)voidnavigateToReportAnIssue()voidselectDepartureDate(java.lang.String index)voidselectReturnDate(java.lang.String index)voidverifyFormTitlePresent()
-
-
-
Method Detail
-
verifyFormTitlePresent
public void verifyFormTitlePresent() throws java.lang.Exception- Throws:
java.lang.Exception
-
selectDepartureDate
public void selectDepartureDate(java.lang.String index) throws java.lang.Exception- Throws:
java.lang.Exception
-
selectReturnDate
public void selectReturnDate(java.lang.String index) throws java.lang.Exception- Throws:
java.lang.Exception
-
enterPromotionalCode
public void enterPromotionalCode(java.lang.String code) throws java.lang.Exception- Throws:
java.lang.Exception
-
clickOnSearchButton
public void clickOnSearchButton() throws java.lang.Exception- Throws:
java.lang.Exception
-
navigateToReportAnIssue
public void navigateToReportAnIssue() throws java.lang.Exception- Throws:
java.lang.Exception
-
-