def em_direction(self):
     box = Service.box_content_id(self.driver, 'stu-orientation')
     return box
 def em_technology(self):
     em_technology = Service.box_content_id(self.driver, 'studentSelect')
     return em_technology
 def em_class(self):
     em_class = Service.box_content_id(self.driver, 'semesterSelect')
     return em_class
Exemplo n.º 4
0
 def pm_area(self):
     Service.box_content_id(self.driver, 'regionSel')