Exemplo n.º 1
0
 public static void SelectCheckOut(string toDate)
 {
     Logger.AddSelectAction(toDate, "as Checkout date");
     WebControls.SelectDateBox("toDate", "/html/body/div[3]", toDate);
 }
Exemplo n.º 2
0
 public static void SelectCheckIn(string fromDate)
 {
     Logger.AddSelectAction(fromDate, "as Checkin date");
     WebControls.SelectDateBox("fromDate", "/html/body/div[2]", fromDate);
 }