Exemple #1
0
 public void SelectDateOfBirth(string day, string month, string year)
 {
     DateOfBirth.ScrollToElementAndClick();
     CalenderHelper.SelectDate(Properties.Settings.Default.DateOfBirthId, day, month, year);
 }