示例#1
0
 def select_radio_having_handicap_or_disability_card(self, having_handicap_or_disability_card):
     click_radio_by_value(self.radio_having_handicap_or_disability_card, having_handicap_or_disability_card)
 def select_radio_same_address_as_parent(self, same_address_as_parent):
     click_radio_by_value(self.radio_same_address_as_parent,
                          same_address_as_parent)
示例#3
0
 def select_radio_having_some_pension(self, having_some_pension):
     click_radio_by_value(self.radio_having_some_pension, having_some_pension)
 def select_radio_managing_position(self, managing_position):
     click_radio_by_value(self.radio_managing_position, managing_position)
 def select_radioworking_hours_type(self, working_hours_type):
     click_radio_by_value(self.radio_working_hours_type, working_hours_type)
 def select_radio_for_all_work_positions(self, for_all_work_positions):
     click_radio_by_value(self.radio_for_all_work_positions,
                          for_all_work_positions)
 def select_radio_for_all_organization_units(self, organization_units_ids):
     value = "1" if len(organization_units_ids) == 0 else "0"
     click_radio_by_value(self.radio_for_all_organization_units, value)
示例#8
0
 def select_radio_salary_typ(self, salary_type):
     click_radio_by_value(self.radio_salary_type, salary_type)
示例#9
0
 def select_radio_having_holidays(self, having_holidays):
     click_radio_by_value(self.radio_having_holidays, having_holidays)
 def select_radio_having_benefits(self, benefits):
     value = "0" if len(benefits) == 0 else "1"
     click_radio_by_value(self.radio_having_benefits, value)
示例#11
0
 def select_radio_type(self, type):
     click_radio_by_value(self.radio_type, type)
 def select_radio_balancing_period_units(self, balancing_period_units):
     click_radio_by_value(self.radio_balancing_period_units,
                          balancing_period_units)
 def select_radio_personal_number_editable(self, os_editable):
     click_radio_by_value(self.radio_personal_number_editable, os_editable)
 def select_radio_personal_number_format(self, os_format):
     click_radio_by_value(self.radio_personal_number_format, os_format)
示例#15
0
 def select_radio_having_wages_deductions(self, having_wages_deductions):
     click_radio_by_value(self.radio_having_wages_deductions, having_wages_deductions)
示例#16
0
 def select_radio_competitive_clause_agreed(self,
                                            competitive_clause_agreed):
     time.sleep(0.5)
     click_radio_by_value(self.radio_competitive_clause_agreed,
                          competitive_clause_agreed)
示例#17
0
 def select_having_social_insurance_abroad(self, having_social_insurance_abroad):
     click_radio_by_value(self.radio_having_social_insurance_abroad, having_social_insurance_abroad)
 def select_radio_for_all_organization_units(self,
                                             for_all_organization_units):
     click_radio_by_value(self.radio_for_all_organization_units,
                          for_all_organization_units)