标签:upd nbsp update iframe and 标签 path bsp @class
1.//双斜杠相对路径
2.//标签[@属性 and @属性],//iframe[@id="updater"]
3.xpath定位class多重属性:@class=直接复制多重属性
4.文本定位://*[text()="忘记密码"]
5.文本有换行的,通过父元素,直接/text()://*[@class="xxx"]/text()
6.控制台定位语法:$(xpath)
7.部分匹配文本://*[contains(text(), "xxx")]
8.上层目录用两点:/../../
标签:upd nbsp update iframe and 标签 path bsp @class
原文地址:https://www.cnblogs.com/yzyj/p/10090358.html