Пример #1
0
 /// <summary>
 /// Fills in hospital details and click create.
 /// </summary>
 public void FillInHospitalDetailsAndClickCreate()
 {
     Text.SendKeys(hospital);
     DisplayOrder.SendKeys(PageHelper.RandomNumber(2));
     PageHelper.PickRandomValueFromDropList(Type);
     ReferenceNo.SendKeys("Ref" + PageHelper.RandomString(5));
     CreateHospitalButton.Click();
     BackToList.Click();
 }