Exemplo n.º 1
0
 public void EnterComments(string Comments)
 {
     Comments_txtbx.EnterText(Comments);
     BookAppointment_btn.ClickOnElement();
 }
Exemplo n.º 2
0
 public void MakeAppointment(string Date, string Comments)
 {
     Date_txtbx.EnterText(Date);
     Comments_txtbx.EnterText(Comments);
     BookAppointment_btn.ClickOnElement();
 }