public CheckoutPage ClickContinueButton()
 {
     ClickElement(continueButton, nameof(continueButton));
     return(PageObjectFactory.CreateCheckoutPage(driver));
 }