win7,appium1_4_16_1 ,robot 2.8.7 ,虚拟机:逍遥安卓 ValueError: Element locator 'xpath=/android.widget.FrameLayout[1]/android.widget.LinearLayout[1]/android.widget.FrameLayout[1]/android.view.View[1]/android.widget.Button[1]' did not match any elements.
xpath=//android.widget.FrameLayout[1]/android.widget.LinearLayout[1]/android.widget.FrameLayout[1]/android.view.View[1]/android.widget.Button[1]. xpath 定位前面应该是两个//
#1 楼 @wangxi //是不是后面所跟的所有的特定元素?
@wangxi 把/改成// 报同样的错误,因为没有 name 和 id 定位,尝试过用 content-desc 和绝对路径定位,也是报同样的错误
可以把需要定位的截图发出来吗?是用的 uiautomatorviewer.bat 去定位吗?