openatx / uiautomator2

Android Uiautomator2 Python Wrapper
MIT License
6.26k stars 1.36k forks source link

(开头的xpath识别错误 #941

Closed zykeee closed 3 months ago

zykeee commented 5 months ago

使用括号开头的xpath(//android.widget.ImageView)[2]用来匹配第n个match的元素时 会被当作自定义的字符串匹配语法处理

codeskyblue commented 5 months ago

前面加个/试试

zykeee commented 5 months ago

加/会被当作Invalid expression处理