标签: android python xpath appium
在Android应用中我有TextView,文字为"[PC]"。
TextView
"[PC]"
我试图在python中使用appium找到该文本,如下面的
self.driver.find_element_by_xpath("//TextView[@text='[PC]']").
但它给出了错误消息:
u'An error occurred while searching for an element by XPath.'