📜  如何使用文本定位元素 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:49.290000             🧑  作者: Mango

代码示例1
The only locator that works with text is xpath. 
Matching exact text        :    //tag[.=‘text’]
Matching partial text        :    //tag[contains(text(), ’text’)]