public void InputTeacherTextBox(string FTText) { try { ElementAccessors.InputTextBox(FTText, DropdownSearchTextBox); } catch (Exception) { throw; } }
public void InputOrganizationTextBox(string orgText) { try { ElementAccessors.InputTextBox(orgText, OrganizationText); } catch (Exception) { throw; } }