住哪都不要紧,就看和谁住了,全是汉子,别墅也得变成🐷窝。
关注个,
仿佛看到了未来,给你和自己加个油。
感觉棒棒的
受教了,框架层出不穷,需要楼主这样的先驱给我们客观的评测。免得掉坑里了。
看到最后这个拉进度条的小游戏好亲切,一开始学 O-C 都写这个吧,哈哈。
感谢全体运维、大牛的辛勤耕耘,钱多钱少都是一种肯定。
#13 楼 @clovey 问题在这:
2016-02-19 16:31:22:853 - info: [debug] [INST] 2016-02-19 08:31:22 +0000 Debug: target.frontMostApp().elements()[0].elements()[11] - scrollToVisible cannot be used because this element has no scrollable ancestor.
2016-02-19 16:31:22:856 - info: [debug] [INST] 2016-02-19 08:31:22 +0000 Debug: target.frontMostApp().elements()[0].elements()[11] could not be tapped because the element is not visible
2016-02-19 16:31:23:132 - info: [debug] [INST] 2016-02-19 08:31:22 +0000 Error: VerboseError: elementId 4 could not be tapped
肯定还是定位到的位置不对,发脚本和 Appium Inspector 截图看看。
有唯一 id 最好还是用 id 定位,出错 Log 也显而易见,感觉是写的 xpath 有问题,正常都是/[1]、/[2]、/[3],你的是 [1]/[1]、[2]/[1]、[3]/[1],还有最好将找控件和发送文本分开写:
a = wd.find_element_by_xpath("//UIAApplication[1]/UIAWindow[2]/UIATextField[1]/UIATextField[1]")
a.send_keys("pan")
#54 楼 @wanlik700c 你可以试试 os.system("adb shell input keyevent 26")
一堆性能测试帖,就这个看懂了。囧
用 OS X 的 inspector 试下,把录制的 xpath 对比看下,比较安逸。自己找的估计有遗漏。
#12 楼 @chenhengjie123 他是男的
一起加油吧,兄弟
继续更新哦,3Q
正纠结要不要尝试,感谢分析。目标更加明朗了。