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