Is there a way to combine both branch element id and the element id for the downward arrow?

别来无恙 提交于 2019-12-08 08:21:30

问题


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?


回答1:


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"]


来源:https://stackoverflow.com/questions/40292910/is-there-a-way-to-combine-both-branch-element-id-and-the-element-id-for-the-down

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!