public PaymentOptionsCreatePage(IWebDriver driver) : base(driver) { DetailSection.Init(driver, SeleniumConstants.defaultWaitTime); ContentModal = new PaymentsContentModal(driver); InfoModal = new PaymentsInformationModal(driver); ConfirmationModal = new PaymentsConfirmationModal(driver); }
public PaymentOptionsHomePage(IWebDriver driver) : base(driver) { DetailSection.Init(driver, SeleniumConstants.defaultWaitTime); //initialize the modals too InfoModal = new PaymentsInformationModal(driver); ContentModal = new PaymentsContentModal(driver); ConfirmationModal = new PaymentsConfirmationModal(driver); }