attempts=0while attempts<2:try:ywbh_text = self.getElement(self.driver, '//*[@id="board_data"]/tbody/tr[1]/td[2]')ywbh_text.click()config.zscjhbgbz_ywbh = ywbh_text.textprint("保存业务编号:"+ywbh_text.text+"到conf中 zscjhbgbz_ywbh!")print("选中第一条数据")breakexcept StaleElementReferenceException:attempts += 1