public void DisplayAndConfirmAlertBox() { ConfirmBox.Click(); IAlert alert = _driver.SwitchTo().Alert(); alert.Accept(); }