예제 #1
0
 public AddPage set_year_to(int year)
 {
     YearInput.Clear();
     YearInput.SendKeys(year.ToString());
     return(this);
 }
예제 #2
0
 public EditPage SetYearTo(int year)
 {
     YearInput.Clear();
     YearInput.SendKeys(year.ToString());
     return(this);
 }