python+selenium 下拉输入框元素定位问题

问题:下拉输入框,两行输入框元素全部重复,第一行定位成功,输入正常;第二行始终定位不到;
试了几种方式都是失败;

  • def ez_name(self): # 英文
      self.find_element(*self.s.input_ez_name_loc).send_keys('Office')
    

img

img

img

通过标签类型定位试试,就是tag定位