本文介绍了有没有办法结合两个分支元素id和元素id为向下箭头?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法结合两个分支元素id和元素id的向下箭头,使我可以点击向下箭头那个特定的分支?
Is there a way to combine both branch element id and the element id for the downward arrow so that I could click on downward arrow for that specific Branch?
推荐答案
我会留在共同的tr级别 - 获得所需的行fancytree标题,然后下来到箭头下按钮:
I would stay on the common "tr" level - getting the desired row by the "fancytree title" and then going down to the arrow-down "button":
//tr[.//span[@class = "fancytree-title" and . = "Branch 100"]]//span[@class = "userman-menu"]
这篇关于有没有办法结合两个分支元素id和元素id为向下箭头?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!