コード例 #1
0
 def em_direction(self):
     box = Service.box_content_id(self.driver, 'stu-orientation')
     return box
コード例 #2
0
 def em_technology(self):
     em_technology = Service.box_content_id(self.driver, 'studentSelect')
     return em_technology
コード例 #3
0
 def em_class(self):
     em_class = Service.box_content_id(self.driver, 'semesterSelect')
     return em_class
コード例 #4
0
 def pm_area(self):
     Service.box_content_id(self.driver, 'regionSel')