Beispiel #1
0
 public void OpenStudentForm()
 {
     studentForm = new CreateEditStudentsForm(driver);
     table       = new Table(studentForm.GetTable);
     studentForm.EditStudent(table.GetRowNumberByValueInCell(index, 2));
     studentForm.IsOpened(wait);
 }