51Testing软件测试论坛
标题:
xpath找父节点和兄弟节点
[打印本页]
作者:
ttt3
时间:
2021-11-3 10:45
标题:
xpath找父节点和兄弟节点
经常忘记,放在这里吧
父节点:
{xpath-to-element}//parent::<tag>
前面的平级节点:
{xpath-to-element}//preceding-sibling::<tag>
后面的平级节点:
{xpath-to-element}//following-sibling::<tag>
这样写也可以:
xpath="//div[text()='Simulator_server']/../preceding-sibling::td/div/input"
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2