find_element_by_xpath不适用于包含带方括号的文本的TextView

时间:2013-11-12 07:22:36

标签: android python xpath appium

在Android应用中我有TextView,文字为"[PC]"

我试图在python中使用appium找到该文本,如下面的

self.driver.find_element_by_xpath("//TextView[@text='[PC]']").

但它给出了错误消息:

u'An error occurred while searching for an element by XPath.' 

0 个答案:

没有答案