lazyuiautomatorviewer 增强版uiautomatorviewer

时间:2022-05-06 03:15:29
【文件属性】:

文件名称:lazyuiautomatorviewer 增强版uiautomatorviewer

文件大小:2.1MB

文件格式:ZIP

更新时间:2022-05-06 03:15:29

uiauto lazy ui 增强版

lazyuiautomatorviewer 增强版uiautomatorviewer。 增强版uiautomatorviewer 可生成app控件唯一相对Xpath 1.如果只包含resource-id,且唯一,则直接用resource-id,其Xpath为://android.XX.XXX[@resource-id=\"com.duowan.mobile:id/rb_main\"] 2.如果只存在text,且唯一,则直接用text,其Xpath为://android.XX.XXX[@text=\"直播\"] 3.如果只存在content-desc,且唯一,则直接用content-desc,其Xpath为://android.XX.XXX[@content-desc=\"热门推荐\" ;] 4.如果不满足1/2/3,且存在resource-id、text、content-desc,三者取其二或者取其三能唯一定位,则其Xpath类似: //X.XX.XXX[@resource-id=\"abc\" and @text=\"*\" and @content-desc=\"推荐\"] 5.如果不满足1/2/3/4,则递归地寻找其父节点,直到找到唯一。再从其父节点开始,取绝对路径(元素索引),加起来唯一定位,其Xpath类似: //X.XX.XXX[@resource-id=\"android:id/list\"]/X.XX.XXX[1]/X.XX.XXX[2] 6.以上全不满足,则给出其绝对路径(元素索引),来唯一定位,其Xpath类似: //X.XX.XXX[1]/X.XX.XXX[2]/X.XX.XXX[5]/X.XX.XXX[2]


【文件预览】:
lazyuiautomatorviewer 增强版uiautomatorviewer.pdf
----各种毕业设计.txt(74B)
----.DS_Store(6KB)
----lazyuiautomatorviewer.rar(2.04MB)
----x8.png(62KB)

网友评论

  • 这个用不了的哦,测试过了