Example #1
0
 public void CreateScheduleTask()
 {
     UIMethods.Login();
     UIMethods.CheckIfCurrentDayScheduleExistAndCreateIfNot();
     UIMethods.CreateTask();
 }