public void EnterComments(string Comments) { Comments_txtbx.EnterText(Comments); BookAppointment_btn.ClickOnElement(); }
public void MakeAppointment(string Date, string Comments) { Date_txtbx.EnterText(Date); Comments_txtbx.EnterText(Comments); BookAppointment_btn.ClickOnElement(); }