selenium 定位元素可以用多个findElement,如driver.findElement(By.id"XXX").findElement(By.linkText(XXX));

上一级的id 加上下一级需要定位的元素text文字

相关文章:

  • 2021-09-30
  • 2021-05-06
  • 2022-02-01
  • 2021-10-27
  • 2021-12-09
  • 2021-05-27
  • 2021-11-13
猜你喜欢
  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-07-22
相关资源
相似解决方案