| | |
| | | add_hrTemplateLangType_option = (By.XPATH, "//select[@name='hrTemplateLangType']/../div/div/ul/li/a/span[2]") |
| | | # add-报告模板 |
| | | add_reportTemplateId_select = (By.XPATH, "//select[@name='reportTemplateId']/../button") |
| | | # add-要评价的岗位 |
| | | add_position_input = (By.XPATH, "//input[@name='position']") |
| | | # add-职业大类 |
| | | add_professionalCategory_input = (By.XPATH, "//input[@name='professionalCategory']") |
| | | # add-上级岗位 |
| | | add_superiorPosition_input = (By.XPATH, "//input[@name='superiorPosition']") |
| | | # add-报告模板选项 |
| | | add_reportTemplateId_option = (By.XPATH, "//select[@name='reportTemplateId']/../div/div/ul/li/a/span[2]") |
| | | # add-测试者接收报告 |